[#134] Show dates in geneva time
closes #134 (closed)
Adopted all dates in Europe/Zurich time and the following formats:
TIMEZONE_CH = 'Europe/Zurich';
TIME_FORMAT = 'HH:mm:ss';
DATE_FORMAT = 'MM/DD/YYYY';
DATETIME_FORMAT = `${DATE_FORMAT} - ${TIME_FORMAT} - z`;
Edited by Jose Semedo