Chromium Code Reviews
DescriptionFixing build (test) breakage by side stepping the Windows vs. Linux issue of different Date object for the same millisecond timestamp by using UTC methods.
Windows:
new Date(129193200000);
Sun Feb 03 1974 23:00:00 GMT-0800 (Pacific Standard Time)
Linux:
new Date(129193200000);
Mon Feb 04 1974 00:00:00 GMT-0700 (PST)
BUG=2919
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
||||||||||||||||||||||||||||