This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Date() is suspect to changes in system clock and/or clock skew. The High Resolution Time spec [1] provides a monotonically increasing, sub-millisecond API as well as new type DOMHighResTimeStamp (which is really just a double). Given the performance-y nature of these stats, perhaps creationDate can be similar to window.performance.now() in that it's a time value measured relative to navigationStart [2]. [1] http://www.w3.org/TR/hr-time/ [2] https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/NavigationTiming/Overview.html#dom-performancetiming-navigationstart
This seems reasonable to me. Adrian: Do you have any reason to prefer Date() over DOMHighResTimeStamp? If we change the type here then we should probably rename the attribute to creationTime.
(In reply to comment #1) > Adrian: Do you have any reason to prefer Date() over DOMHighResTimeStamp? I'm fine with the change.
Changes committed. https://dvcs.w3.org/hg/html-media/rev/9ff5e42736b6