Closed
Bug 1724210
Opened 4 years ago
Closed 4 years ago
Handle new time zone name options in GetFieldTypeForFormatField
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
The new time zone name options added in bug 1710429 aren't handled in GetFieldTypeForFormatField()
.
Assignee | ||
Comment 1•4 years ago
|
||
UDAT_TIMEZONE_GENERIC_FIELD
is used for the generic time zone name option.UDAT_TIMEZONE_LOCALIZED_GMT_OFFSET_FIELD
is used for the time zone offset name option.
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e8d38707a066
Handle generic and localised offset time zone names in GetFieldTypeForFormatField. r=iain
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•