Skip to content

[#134] Show dates in geneva time

Jose Semedo requested to merge 134_show_dates_in_geneva_time into master

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

Merge request reports