You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log.warn('No timezone setting detected! Using the default timezone UTC.');
31
-
config.timezone='UTC';
30
+
log.warn('No timezone setting detected! Using LocalTimeZone as the default timezone.');
31
+
log.warn('This behavior will be changed to UTC in the next major version. Please set timezone explicitly (e.g. LocalTimeZone or America/New_York) in _config.yml to avoid this warning.');
0 commit comments