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
Timezones data are adapted using Moment library to local time.
This happens for timezone and zone name but not for offset. As a result, a timezone supporting time summer time, like CET (+1), is transformed during summer in CEST but keeping the wrong offset +1 instead of +2.
Timezones data are adapted using Moment library to local time.
This happens for timezone and zone name but not for offset. As a result, a timezone supporting time summer time, like CET (+1), is transformed during summer in CEST but keeping the wrong offset +1 instead of +2.
Actual transformation:
Missing transformation:
I applied this fix in my local set-up and works well.
Tested with:
The text was updated successfully, but these errors were encountered: