ISSUE-81: How to represent dates? ES has Date but with no TZ information; using strings is less than ideal; do we have to create a Web Dates specification?
timezonedDate
How to represent dates? ES has Date but with no TZ information; using strings is less than ideal; do we have to create a Web Dates specification?
- State:
- CLOSED
- Product:
- Calendar API
- Raised by:
- Robin Berjon
- Opened on:
- 2010-03-17
- Description:
- See http://www.twinsun.com/tz/tz-link.htm and below for more information.
- Related Actions Items:
ACTION-129 on Richard Tibbett to Figure out how to specify TimeZonedDate - due 2010-03-24, closedACTION-226 on Richard Tibbett to Start TimezonedDate spec - due 2010-09-01, closedACTION-237 on Robin Berjon to Talk to TC-39 about TimezonedDate once it's ready - due 2010-09-01, closedACTION-297 on Robin Berjon to Draft up TZDate - due 2010-11-11, closed- Related emails:
- RE: Agenda - Distributed Meeting 25 April 2012 (from travis.leithead@microsoft.com on 2012-04-25)
- Agenda - Distributed Meeting 25 April 2012 (from Frederick.Hirsch@nokia.com on 2012-04-25)
- 2009/dap/calendar Overview.html,1.16,1.17 (from cvsmail@w3.org on 2011-03-16)
- Re: Feedback on Calendar API editors draft (was: Agenda - Distributed Meeting 2011-01-12) (from rich.tibbett@gmail.com on 2011-02-09)
- Feedback on Calendar API editors draft (was: Agenda - Distributed Meeting 2011-01-12) (from dom@w3.org on 2011-02-01)
- Re: TZDate (formerly TimezonedDate) F2F notes (from dom@w3.org on 2010-11-09)
- Re: Calendaring I18N (from norbert.lindenberg@yahoo-inc.com on 2010-04-30)
- Re: Calendaring I18N (from norbert.lindenberg@yahoo-inc.com on 2010-04-29)
- Re: Calendaring I18N (from norbert.lindenberg@yahoo-inc.com on 2010-04-28)
- Re: Calendaring I18N (from norbert.lindenberg@yahoo-inc.com on 2010-04-21)
- Draft minutes 2010-04-21 (from frederick.hirsch@nokia.com on 2010-04-21)
- [calendar] TimezonedDate (from richard.tibbett@orange-ftgroup.com on 2010-04-14)
- Re: Calendaring I18N (from robin@robineko.com on 2010-04-14)
- RE: ACTION-129: Expressing timezones in the Calendar API (from dom@w3.org on 2010-03-29)
- Draft Minutes F2F Day 2, 2010-03-17 (from frederick.hirsch@nokia.com on 2010-03-18)
- ISSUE-81: How to represent dates? ES has Date but with no TZ information; using strings is less than ideal; do we have to create a Web Dates specification? (from sysbot+tracker@w3.org on 2010-03-17)
Related notes:
I prefer the approach of using Julian dates in double precision floating point UT timestamp format internally, and ISO 8601 date format for machine-readable notation. Please see http://en.wikipedia.org/wiki/ISO_8601 for more information.
For human readable format, there are maps, border wars, daylight savings times, and other problems which complicate things and make a stable definition very unlikely. See http://www.twinsun.com/tz/tz-link.htm and e.g. http://www.php.net/manual/en/datetimezone.gettransitions.php for an example (at the end) of how PHP addresses the issue.
[dom]: http://dev.w3.org/2009/dap/calendar/TimezonedDate.html proposal that will need to be reworked to avoid extending a host object
4 Nov 2010, 16:59:44[dom]: since extending a host object is a bad idea in case the original object evolves (and would aslo implies stringification nightmares)
4 Nov 2010, 17:00:07Display change log