Inconsistent behaviour for `utcOffset`.
See original GitHub issueDescribe the bug
Inconsistent behaviour for utcOffset. Probably issue with Daylight Saving Time.

Expected behavior
Should be -4 as in the row below.
Information
- Day.js Version [1.10.3]
- moment-timezone Version [0.5.32]
- OS: [Mac OS Big Sur]
- Interpreter Node.js [14.15.0]
- Time zone: [GMT+2 (Eastern European Time)]
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Inconsistent behavior with `astimezone` utc offsets [duplicate]
I have heard datetime and pytz don't play along perfectly (of course, managing time in code itself is tricky) and have seen many...
Read more >Inconsistent Time Offset in Date Variables - OpenText Forums
I am assigning, and comparing, date/time values in 9.1.2. I've noticed that ProcessContext.CurrentTime contains a time zone offset, but any time a value...
Read more >CURTIME() get inconsistent result with NOW() - MySQL Bugs
Result is inconsistent(notice the hour part): Test CURTIME() : 07:30:04 ... get a UTC offset result and NOW() get a UTC DST offset...
Read more >Inconsistent Orders API time query results - Shopify Community
I know I can get the UTC offset in code from the local PC where application is running, but this assumes that the...
Read more >Time Zones and Resolving Ambiguity - Temporal documentation
Every wall-clock time is defined using a UTC Offset: the amount of exact time that a particular clock is set ahead or behind...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

FYI, it seems the bug is in moment to me.
Right now the correct offset for
America/New_Yorkis -5.See here: https://www.zeitverschiebung.net/en/timezone/america--new_york
fixed in #1352