[html5] r4318 - [giowt] (0) Define whether the sign for UTC should be +00:00 or -00:00. Fixing h [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Oct 24 16:04:07 PDT 2009
Author: ianh
Date: 2009-10-24 16:04:04 -0700 (Sat, 24 Oct 2009)
New Revision: 4318
Modified:
complete.html
index
source
Log:
[giowt] (0) Define whether the sign for UTC should be +00:00 or -00:00.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8026
Modified: complete.html
===================================================================
--- complete.html 2009-10-24 22:58:22 UTC (rev 4317)
+++ complete.html 2009-10-24 23:04:04 UTC (rev 4318)
@@ -4090,7 +4090,9 @@
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
Modified: index
===================================================================
--- index 2009-10-24 22:58:22 UTC (rev 4317)
+++ index 2009-10-24 23:04:04 UTC (rev 4318)
@@ -3900,7 +3900,9 @@
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
Modified: source
===================================================================
--- source 2009-10-24 22:58:22 UTC (rev 4317)
+++ source 2009-10-24 23:04:04 UTC (rev 4318)
@@ -3311,7 +3311,9 @@
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
More information about the Commit-Watchers
mailing list