Closed Bug 1156728 Opened 9 years ago Closed 5 years ago

No localized timezone-names in Date() for certain timezones and languages

Categories

(Core :: JavaScript Engine, defect)

All
Windows
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1346211

People

(Reporter: elbart, Unassigned)

References

()

Details

+++ This bug was initially created as a clone of Bug #1069979 +++

Trying to reproduce bug 912710 with a recent Nightly, I noticed that Firefox wouldn't return the name of my localized timezone ("Mitteleuropäische Zeit"/"Mitteleuropäische Sommerzeit") at the end of the string, but IE and Chrome do.

http://hg.mozilla.org/mozilla-central/file/6b1f01887b3e/js/src/jsdate.cpp#l2568

This check is throwing away all strings which hold other characters than ASCII-letters, numbers and some punctuation.

Test: new Date().toString();
or open URL

Happening in Windows 7 (and XP iirc).

Fixed through bug 1346211.

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.