-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
given iso offset is coerced by dst-offset #103
Comments
Found the cause, fixed in #105 |
Fix parseOffset bug documented as #103
@hunteva @spencermountain Thanks for fixing the issue! Sorry to bother, but is it possible to push a version with this fix? |
i think this made it into 5.3.0 |
oops, no it didn't. |
@spencermountain Thanks! |
published |
hey, i've re-introduced this issue, how fun! |
|
closed again, in |
Hey, bumped into another issue with parsing ISO timestamps. In this case, I am trying to parse
2019-03-13T18:00:00.000-05:00
which is in CST or GMT-6 during DST which is inUTC-5
. From the screenshot, I am just parsing the ISO timestamp and outputting it in ISO format and it is converting the offset to-4:00
while keeping the time the same.I would really appreciate it if this and Issue 101 could be pushed into a release build. Thanks!
The text was updated successfully, but these errors were encountered: