html5/spec Overview.html,1.3453,1.3454

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7376

Modified Files:
	Overview.html 
Log Message:
Define whether the sign for UTC should be +00:00 or -00:00. (whatwg r4318)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3453
retrieving revision 1.3454
diff -u -d -r1.3453 -r1.3454
--- Overview.html	24 Oct 2009 22:44:54 -0000	1.3453
+++ Overview.html	24 Oct 2009 22:50:35 -0000	1.3454
@@ -3542,7 +3542,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

Received on Saturday, 24 October 2009 22:50:40 UTC