Closed Bug 1096819 Opened 11 years ago Closed 9 years ago

Last timezone change in Russia

Categories

(Core :: JavaScript Engine, defect)

33 Branch
x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: dmtr.smlkv, Unassigned)

Details

Attachments

(1 file)

Attached image fiddle_results.png
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
Summary: Last time transfer in Russia → Last timezone change in Russia
Component: General → JavaScript Engine
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.

Attachment

General

Creator:
Created:
Updated:
Size: