[Webkit-unassigned] [Bug 4363] document.lastModified returns date in UTC time, but should return it in local time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 7 15:19:43 PST 2012


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





--- Comment #10 from karl <karl+webkit at la-grange.net>  2012-12-07 15:22:09 PST ---
Tested in Opera 12.11 Presto/2.12.388

Without Last-Modified header

Server:
Date: Fri, 07 Dec 2012 23:11:08 GMT

Client:
document.lastModified "12/08/2012 08:15:09"
new Date() Sat Dec 08 2012 08:15:09 GMT+0900

With Last-Modified header

Server:
Date: Fri, 07 Dec 2012 23:13:05 GMT
Last-Modified: Sat, 03 Nov 2012 22:09:55 GMT

Client:
document.lastModified "11/04/2012 07:09:55"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list