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
utcOffset can change for value when the month is changed from the picker.
How to replicate:
Initialize with a moment date with US/Chicago time zone
Change the picker month from November to October by clicking on the "previous" button.
You will see UTC offset for value has changed from -360 to -300, but the same offset is applied to today date as well (which can be of November with UTC offset of -360)
The text was updated successfully, but these errors were encountered:
calendar/src/util/index.js
Line 17 in 46a4444
utcOffset
can change forvalue
when the month is changed from the picker.How to replicate:
The text was updated successfully, but these errors were encountered: