[html5] r4319 - [e] (0) time zones are signed. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sat Oct 24 17:52:59 PDT 2009
Author: ianh
Date: 2009-10-24 17:52:54 -0700 (Sat, 24 Oct 2009)
New Revision: 4319
Modified:
complete.html
index
source
Log:
[e] (0) time zones are signed.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8027
Modified: complete.html
===================================================================
--- complete.html 2009-10-24 23:04:04 UTC (rev 4318)
+++ complete.html 2009-10-25 00:52:54 UTC (rev 4319)
@@ -110,7 +110,7 @@
<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 24 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 25 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -3995,7 +3995,8 @@
consists of a specific proleptic Gregorian date, consisting of a
year, a month, and a day, and a time, consisting of an hour, a
minute, a second, and a fraction of a second, expressed with a
- time-zone offset, consisting of a number of hours and minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
+ time-zone offset, consisting of a signed number of hours and
+ minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
<p>A string is a <dfn id=valid-global-date-and-time-string>valid global date and time string</dfn>
representing a date, time, and a time-zone offset if it consists of
Modified: index
===================================================================
--- index 2009-10-24 23:04:04 UTC (rev 4318)
+++ index 2009-10-25 00:52:54 UTC (rev 4319)
@@ -111,7 +111,7 @@
<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
- <h2 class="no-num no-toc">Draft Standard — 24 October 2009</h2>
+ <h2 class="no-num no-toc">Draft Standard — 25 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -3805,7 +3805,8 @@
consists of a specific proleptic Gregorian date, consisting of a
year, a month, and a day, and a time, consisting of an hour, a
minute, a second, and a fraction of a second, expressed with a
- time-zone offset, consisting of a number of hours and minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
+ time-zone offset, consisting of a signed number of hours and
+ minutes. <a href=#refsGREGORIAN>[GREGORIAN]</a></p>
<p>A string is a <dfn id=valid-global-date-and-time-string>valid global date and time string</dfn>
representing a date, time, and a time-zone offset if it consists of
Modified: source
===================================================================
--- source 2009-10-24 23:04:04 UTC (rev 4318)
+++ source 2009-10-25 00:52:54 UTC (rev 4319)
@@ -3191,8 +3191,8 @@
consists of a specific proleptic Gregorian date, consisting of a
year, a month, and a day, and a time, consisting of an hour, a
minute, a second, and a fraction of a second, expressed with a
- time-zone offset, consisting of a number of hours and minutes. <a
- href="#refsGREGORIAN">[GREGORIAN]</a></p>
+ time-zone offset, consisting of a signed number of hours and
+ minutes. <a href="#refsGREGORIAN">[GREGORIAN]</a></p>
<p>A string is a <dfn>valid global date and time string</dfn>
representing a date, time, and a time-zone offset if it consists of
More information about the Commit-Watchers
mailing list