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
pass "1985-04-30" date string to DateFromISODateStringIO
actual result is Mon Apr 29 1985 00:00:00 GMT-1000 (because of time zone realignment: https://en.wikipedia.org/wiki/Line_Islands), while expected result is - Tue Apr 30 1985 00:00:00 ...
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Story:
depending on current environment timezone DateFromISODateStringIO (from ts utils) may produce different results when parsing date string.
Steps to reproduce:
The text was updated successfully, but these errors were encountered: