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
Hey @OrestMaryniuk thanks for submitting this.
I'm a bit confused with this issue, but it turns out that this is a JS Date glitch. new Date(2024, 2, 31, 0, 179) will give you Sun Mar 31 2024 02:59:00 GMT+0200 new Date(2024, 2, 31, 0, 180) will give you Sun Mar 31 2024 04:00:00 GMT+0200
I will think about how to change the time logic to avoid this, and also I can't find any other date with this issue
And it is specific to 2024.
UPDATED: it is related to daylight saving time so 3PM is not exist in your region and you can't pick it 🤷 .
Hi, while using this great library, I noticed a strange behavior of the time picker.
Haven't noticed this with any other dates
The text was updated successfully, but these errors were encountered: