[Webkit-unassigned] [Bug 32810] Date binding support for Objective-C

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 11:43:02 PST 2009


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





--- Comment #12 from Darin Adler <darin at apple.com>  2009-12-22 11:43:01 PST ---
(In reply to comment #11)
> Oops, sorry. It's NSTimeInterval (from NSDate.h). There should be an
> NSAbsoluteTime, but there is not!

But also, dates inside WebKit are in seconds from a base of 1970, whereas in
AppKit they have a base of 2001. So we will need to correct by
kCFAbsoluteTimeIntervalSince1970 as we do in CurrentTime.cpp.

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