This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11626 - The specification says "Time-zone offsets differ based on daylight savings time." In that case, how would you represent a time w/o date in a specific time zone? For example, how would you code "Online tech support chat hours are <time datetime="09:00:00-0
Summary: The specification says "Time-zone offsets differ based on daylight savings ti...
Status: RESOLVED NEEDSINFO
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-31 17:20 UTC by contributor
Modified: 2011-08-04 05:35 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2010-12-31 17:20:00 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html
Section: http://www.whatwg.org/specs/web-apps/current-work/#global-dates-and-times

Comment:
The specification says "Time-zone offsets differ based on daylight savings
time." In that case, how would you represent a time w/o date in a specific
time zone? For example, how would you code "Online tech support chat hours are
<time datetime="09:00:00-05:00">9 am ET</time> to <time
datetime="17:00:00-05:00">5 pm ET</time>" so that it works for someone in
Hawaii (and other places where the time does not shift) without having to say 
"Online tech support chat hours are <time datetime="09:00:00-04:00">9 am
EDT</time> to <time datetime="17:00:00-04:00">5 pm EDT</time> in the summer
(daylight savings time) and <time datetime="09:00:00-05:00">9 am EST</time> to
<time datetime="17:00:00-05:00">5 pm EST</time> in the winter (standard
time)"?

Posted from: 74.109.223.77
Comment 1 Ian 'Hixie' Hickson 2011-01-25 06:45:13 UTC
It's not clear to me exactly what you are asking for. Do you mean that the browser should work out what the time zone is in a particular part of the world, then apply that time zone to the given time, then convert it to the user's time zone for display? If so, that's probably more complicated than we would want to put into a browser. Time zones vary based on the whim of governments, I don't see how we could spec it.
Comment 2 Ian 'Hixie' Hickson 2011-02-16 09:46:19 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Did Not Understand Request
Change Description: no spec change
Rationale: see comment 1.
Comment 3 Michael[tm] Smith 2011-08-04 05:35:47 UTC
mass-move component to LC1