- From: Chris Needham via GitHub <sysbot+gh@w3.org>
- Date: Mon, 11 Jul 2016 14:02:34 +0000
- To: public-tvcontrol@w3.org
chrisn has just created a new issue for https://github.com/w3c/tvcontrol-api: == Use DOMTimeStamp type for date and time values == The TAG's [API Design Principles](http://w3ctag.github.io/design-principles/) suggests using the `DOMTimeStamp` type when representing dates and times with values being the number of milliseconds relative to 1970-01-01T00:00:00Z. There are a few places in the TV Control API that use dates and times, such as the `startTime` and `endTime` attributes in `TVProgram`, `TVRecording`, `TVGetProgramsOptions`, and `TVAddRecordingOptions`. These currently use `unsigned long long`, so should be changed to `DOMTimeStamp` (although `DOMTimeStamp` itself is a typedef for `unsigned long long`). Please view or discuss this issue at https://github.com/w3c/tvcontrol-api/issues/5 using your GitHub account
Received on Monday, 11 July 2016 14:02:46 UTC