[Webkit-unassigned] [Bug 137252] EWS bubble hover shows wrong timestamps

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 30 07:21:36 PDT 2014


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


Csaba Osztrogonác <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org




--- Comment #1 from Csaba Osztrogonác <ossy at webkit.org>  2014-09-30 07:21:34 PST ---
I ran into this bug with latest Firefox, but the time seems
to be valid with Safari and Chrome.

The problem is that the time is converted to local time
with this JS code: new Date("2014-09-30T13:18:18.902015").toString()

But the trailing "Z" or "+00:00" is missing to indicate that the time 
is in UTC/GMT. Can we add "Z" to the datetime string somehow?

-- 
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