Closed
Bug 1321030
Opened 9 years ago
Closed 9 years ago
Update to tzdata2016j
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla53
People
(Reporter: anba, Assigned: anba)
References
()
Details
Attachments
(1 file)
|
5.21 MB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
Update the tzdata info for ICU to tzdata2016j.
Comment 1•9 years ago
|
||
No rest for the wicked.
| Assignee | ||
Comment 2•9 years ago
|
||
Generated with:
cd intl
./update-tzdata.sh -e $ICU58_BUILD_DIR/bin/icupkg 2016j
cd ../js/src/builtin
./make_intl_data.py tzdata
tzdata2016j adds two new time zones, Europe/Saratov and Asia/Atyrau. Both are now supported in Intl.DateTimeFormat:
---
js> Intl.DateTimeFormat("en", {timeZone:"Europe/Saratov"}).resolvedOptions().timeZone
"Europe/Saratov"
js> Intl.DateTimeFormat("en", {timeZone:"Asia/Atyrau"}).resolvedOptions().timeZone
"Asia/Atyrau"
---
Attachment #8815499 -
Flags: review?(jwalden+bmo)
Updated•9 years ago
|
Attachment #8815499 -
Flags: review?(jwalden+bmo) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/2f51065d1869
Update tzdata in ICU data files to 2016j. r=Waldo
Keywords: checkin-needed
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
| Assignee | ||
Comment 5•8 years ago
|
||
Also fixed in mozilla52 as part of the uplift of bug 1323254.
status-firefox52:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•