Bug 128386 - Objective-C API NSDate conversion is off by 1000x (ms vs s)
Summary: Objective-C API NSDate conversion is off by 1000x (ms vs s)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 11:53 PST by Mark Hahnenberg
Modified: 2014-02-09 16:05 PST (History)
1 user (show)

See Also:


Attachments
Patch (21.91 KB, patch)
2014-02-07 11:57 PST, Mark Hahnenberg
no flags Details | Formatted Diff | Diff
Patch (20.81 KB, patch)
2014-02-07 12:55 PST, Mark Hahnenberg
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2014-02-07 11:53:18 PST
Dates are hard.
Comment 1 Mark Hahnenberg 2014-02-07 11:57:31 PST
Created attachment 223480 [details]
Patch
Comment 2 Mark Hahnenberg 2014-02-07 11:58:01 PST
<rdar://problem/15920754>
Comment 3 Mark Hahnenberg 2014-02-07 12:55:42 PST
Created attachment 223485 [details]
Patch
Comment 4 Michael Saboff 2014-02-07 12:58:54 PST
Comment on attachment 223485 [details]
Patch

r=me
Comment 5 Mark Hahnenberg 2014-02-09 15:27:31 PST
Committed r163756: <http://trac.webkit.org/changeset/163756>
Comment 6 mitz 2014-02-09 16:05:54 PST
Do we need to keep the bad behavior for clients linked against versions that had it?