Closed
Bug 1096819
Opened 11 years ago
Closed 9 years ago
Last timezone change in Russia
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dmtr.smlkv, Unassigned)
Details
Attachments
(1 file)
|
47.03 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0
Build ID: 20140715214335
Steps to reproduce:
Execute this code in last FF on windows 8|8.1 with some of new Russion timezones RTZ (Ekaterinburg RTZ, for example):
var j = 0;
var t1 = new Date('2015-01-05');
var t2 = new Date('2015-01-07');
for (; t1 < t2; t1.setHours(t1.getHours()+1)) {
// j++;
// if (j > 50) break;
console.log(j, t1);
}
Actual results:
Funny increment and infinite loop (see in attached file)
Expected results:
Correct increment
Updated•11 years ago
|
Summary: Last time transfer in Russia → Last timezone change in Russia
Updated•11 years ago
|
Component: General → JavaScript Engine
Comment 1•9 years ago
|
||
No longer reproducible (Firefox 48), resolving as WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•