Closed
Bug 1106113
Opened 10 years ago
Closed 8 years ago
(Russia) Date.prototype.toLocale* wrong timezone
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: swsdss, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Build ID: 20141113143407
Steps to reproduce:
All Date.prototype.toLocale* methods work wrong. They use old timezone offset (+4), but must use +3.
var d = new Date()
Actual results:
d.toLocaleString()
>"28.11.2014, 20:41:11"
Expected results:
d.toString()
>"Fri Nov 28 2014 19:41:11 GMT+0300 (Russia TZ 2 Standard Time)"
Component: Untriaged → JavaScript Engine
Product: Firefox → Core
Comment 1•8 years ago
|
||
The issue is no longer reproducible in Firefox 45 (or later) which contains a newer ICU release with newer tzdata information. Resolving as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•