Closed
Bug 501278
Opened 17 years ago
Closed 15 years ago
String representation of date objects always show standard time abbreviation instead of daylight saving time
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 554338
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | betaN+ |
People
(Reporter: dre, Assigned: sayrer)
References
()
Details
(Keywords: regression)
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1) Gecko/20090624 Firefox/3.5
In the US, most timezones are currently observing daylight saving time. When in Pacific time, if you alert(new Date()), it shows an offset of -0700, but it says "(PST)" instead of "(PDT)".
This appears to be specific to Mac and to Firefox 3.5. Testing 3.5 on Windows and testing 3.0 on Mac show the correct string.
confirmed on both Intel & PPC.
regression between 3.0 and 3.5, continues in 3.6
Keywords: regression
Hardware: x86 → All
Comment 4•16 years ago
|
||
Needs owning and fixing.
/be
Bug confirmed in Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.3a4pre) Gecko/20100329 Minefield/3.7a4pre
Version: 1.9.1 Branch → Trunk
| Assignee | ||
Updated•16 years ago
|
Assignee: general → sayrer
blocking2.0: --- → beta1+
Comment 7•16 years ago
|
||
Duplicate of bug 554338?
| Assignee | ||
Updated•16 years ago
|
blocking2.0: beta1+ → beta2+
| Assignee | ||
Updated•15 years ago
|
blocking2.0: beta2+ → betaN+
Comment 8•15 years ago
|
||
Think so. This is older, but the other bug has a regression range and some kind of patch, so...
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•