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
Set time zone with negative offset. For example (UTC-01:00).
Perform validation.
Method isDateValid returns false, then library throws exception.
d.setTime( d.getTime() + d.getTimezoneOffset() * 60 * 1000 );
After this row variable 'd' has value "Sun Dec 31 1899 23:59:28 GMT-0154".
The text was updated successfully, but these errors were encountered:
inzagher
changed the title
LIVR: wrong date in "min" parametr for date '1900-01-01'
"LIVR: wrong date in "min" parametr" for date '1900-01-01'
Feb 19, 2019
Steps to reproduce:
Method isDateValid returns false, then library throws exception.
d.setTime( d.getTime() + d.getTimezoneOffset() * 60 * 1000 );
After this row variable 'd' has value "Sun Dec 31 1899 23:59:28 GMT-0154".
The text was updated successfully, but these errors were encountered: