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
It's correct, the 30th of october 2021, we are now on daylight saving time ( DST ) at Paris timezone ( UTC+1 ) we substract 2 hours to get the UTC TIME, 16:42 is correct.
Describe the bug
DST not working in dayjs
Expected behavior
It seems that DST has some problem converting times with dayjs :
It's correct, the 30th of october 2021, we are now on daylight saving time ( DST ) at Paris timezone ( UTC+1 ) we substract 2 hours to get the UTC TIME, 16:42 is correct.
Is incorrect, the 31th of october 2021, DST will be over, but we should still substract 1 hour to get the UTC Time ( 17:42 )
Seems that no matter which timezone we use, when we are not in DST, the offset is not done in reference with UTC.
Seems to be kind of the same problem referenced here : #1622
Information
The text was updated successfully, but these errors were encountered: