Closed mikehdt closed 10 years ago
We use the data from http://www.iana.org/time-zones directly, so whatever is used there will be reflected in moment-timezone.
It looks like this change has already been made on 2014-06-30. https://github.com/eggert/tz/commit/62df86e10cb45ed931850f7298fa063ffea07544
See the comments here. https://github.com/eggert/tz/commit/62df86e10cb45ed931850f7298fa063ffea07544#diff-7a413a97538e4a2a88ec6c08dd067830R869
The 2014e timezone data was released on 2014-06-12, so it looks like this just missed the cut and will be in the next data release. When it does, I'll release a moment-timezone@0.2.1
with the new data.
See #126 which should resolve this.
This was released with moment-timezone@0.2.2
, let me know if you have any issues.
@timrwood this issue seems to be happening again. I am getting (+11:00 UTC) Australia/Sydney . Please help me out.
@timrwood we also have the same issue, some Australian states do not observe daylight savings but are included none the less.
and now 2023, I bump into the same issue from 9 years ago
@darrylsepeda Double check if your project is including a file called moment-timezone-with-data-2012-2022.js
(or .min.js
). You might need to switch to a different file source, see https://github.com/moment/moment/issues/6111#issuecomment-1501105788 for more details.
Hi,
I'm not sure if Moment is using a different standards system, and I'm certainly no expert on timezone systems - but as an Australian, I'm used to referring to the eastern timezone as AEST (UTC+10), so it's not confused with the US EST (UTC-5). For the states such as Victoria and NSW which observe daylight savings (Queensland does not), the timezone becomes AEDT (UTC+11).
At the moment, Moment refers to both as EST, whether daylight savings is being observed or not (EST as +10 and also EST as +11, which is really confusing!).
Official-ish Australian government reference of timezones can be found here: http://australia.gov.au/about-australia/our-country/time
Thanks!