diff --git a/src/app/index.coffee b/src/app/index.coffee index 70e096bce5..4090df0157 100644 --- a/src/app/index.coffee +++ b/src/app/index.coffee @@ -127,6 +127,10 @@ ready (model) -> e.at().remove() browser.resetDom(model) if $(el).attr('data-refresh') + tz = user.get("preferences.timezoneOffset") + unless tz and tz is (new Date()).getTimezoneOffset() + user.set 'preferences.timezoneOffset', (new Date()).getTimezoneOffset() + ### Cron ###