Skip to content

Commit

Permalink
[giowt] (0) Define whether the sign for UTC should be +00:00 or -00:00.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8026

git-svn-id: http://svn.whatwg.org/webapps@4318 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 24, 2009
1 parent 123a4b7 commit 3f51623
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion complete.html
Expand Up @@ -4090,7 +4090,9 @@ <h5 id=global-dates-and-times><span class=secno>2.4.5.5 </span>Global dates and
string</dfn> <var title="">datetime</var> is the <a href=#valid-global-date-and-time-string>valid global
date and time string</a> representing <var title="">datetime</var> with the last character of the string not
being a U+005A LATIN CAPITAL LETTER Z character (Z), even if the
time zone is UTC.</p>
time zone is UTC, and with a U+002D HYPHEN-MINUS character (-)
representing the sign of the time-zone offset when the time zone is
UTC.</p>

<p>The rules to <dfn id=parse-a-global-date-and-time-string>parse a global date and time string</dfn> are
as follows. This will return either a time in UTC, with associated
Expand Down
4 changes: 3 additions & 1 deletion index
Expand Up @@ -3900,7 +3900,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
string</dfn> <var title="">datetime</var> is the <a href=#valid-global-date-and-time-string>valid global
date and time string</a> representing <var title="">datetime</var> with the last character of the string not
being a U+005A LATIN CAPITAL LETTER Z character (Z), even if the
time zone is UTC.</p>
time zone is UTC, and with a U+002D HYPHEN-MINUS character (-)
representing the sign of the time-zone offset when the time zone is
UTC.</p>

<p>The rules to <dfn id=parse-a-global-date-and-time-string>parse a global date and time string</dfn> are
as follows. This will return either a time in UTC, with associated
Expand Down
4 changes: 3 additions & 1 deletion source
Expand Up @@ -3311,7 +3311,9 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
date and time string</span> representing <var
title="">datetime</var> with the last character of the string not
being a U+005A LATIN CAPITAL LETTER Z character (Z), even if the
time zone is UTC.</p>
time zone is UTC, and with a U+002D HYPHEN-MINUS character (-)
representing the sign of the time-zone offset when the time zone is
UTC.</p>

<p>The rules to <dfn>parse a global date and time string</dfn> are
as follows. This will return either a time in UTC, with associated
Expand Down

0 comments on commit 3f51623

Please sign in to comment.