[Webkit-unassigned] [Bug 130967] erroneous date calculations on march 30, 2014 (CET/CEST time zone) the day on which daylight savings time changes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 22 17:09:39 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=130967

--- Comment #60 from Byungseon Shin <sun.shin at lge.com> ---
@Mark, 
Since at the moment of calling "localTimeOffset", result value is localTime.
So I changed the value to localTimeResult and added localToUTCTimeOffset to get the offset value returned by localTimeOffset.
=============================================================================
 197 double localTimeResult = (day * WTF::msPerDay) + ms;
 198 double localToUTCTimeOffset = inputTimeType == LocalTime
 199 ? localTimeOffset(vm, localTimeResult, inputTimeType).offset : 0;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141023/ebf78297/attachment-0002.html>


More information about the webkit-unassigned mailing list