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
I'm getting what I think is an incorrect result with the Brazilian time zones, specifically with moment.endOf('week') on Chrome (46) and Firefox (43.0a2) with the browser in America/Toronto (currently EDT) time zone.
I'm getting what I think is an incorrect result with the Brazilian time zones, specifically with moment.endOf('week') on Chrome (46) and Firefox (43.0a2) with the browser in America/Toronto (currently EDT) time zone.
The 'missing hour' in this transition is actually 00:00:00-04:00 to 01:00:00-03:00, so endOf('week') should be 23:59:59-0400.
It also misses endOf('week') in the following week:
The text was updated successfully, but these errors were encountered: