[html5] r4746 - [e] (0) Mention the timezone of lastModified. Fixing http://www.w3.org/Bugs/Publ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Feb 16 00:17:24 PST 2010
Author: ianh
Date: 2010-02-16 00:17:22 -0800 (Tue, 16 Feb 2010)
New Revision: 4746
Modified:
complete.html
index
source
Log:
[e] (0) Mention the timezone of lastModified.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8921
Modified: complete.html
===================================================================
--- complete.html 2010-02-15 01:24:53 UTC (rev 4745)
+++ complete.html 2010-02-16 08:17:22 UTC (rev 4746)
@@ -157,7 +157,7 @@
<header class=head id=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 — 15 February 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 16 February 2010</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>-->
@@ -7042,7 +7042,8 @@
<dl class=domintro><dt><var title="">document</var> . <code title=dom-document-lastmodified><a href=#dom-document-lastmodified>lastModified</a></code></dt>
<dd>
<p>Returns the date of the last modification to the document, as
- reported by the server, in the form "<code title="">MM/DD/YYYY hh:mm:ss</code>".</p>
+ reported by the server, in the form "<code title="">MM/DD/YYYY hh:mm:ss</code>", in the user's local
+ time zone.</p>
<p>If the last modification date is not known, the current time is
returned instead.</p>
</dd>
Modified: index
===================================================================
--- index 2010-02-15 01:24:53 UTC (rev 4745)
+++ index 2010-02-16 08:17:22 UTC (rev 4746)
@@ -159,7 +159,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 15 February 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 16 February 2010</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>-->
@@ -6941,7 +6941,8 @@
<dl class=domintro><dt><var title="">document</var> . <code title=dom-document-lastmodified><a href=#dom-document-lastmodified>lastModified</a></code></dt>
<dd>
<p>Returns the date of the last modification to the document, as
- reported by the server, in the form "<code title="">MM/DD/YYYY hh:mm:ss</code>".</p>
+ reported by the server, in the form "<code title="">MM/DD/YYYY hh:mm:ss</code>", in the user's local
+ time zone.</p>
<p>If the last modification date is not known, the current time is
returned instead.</p>
</dd>
Modified: source
===================================================================
--- source 2010-02-15 01:24:53 UTC (rev 4745)
+++ source 2010-02-16 08:17:22 UTC (rev 4746)
@@ -6826,7 +6826,8 @@
<dd>
<p>Returns the date of the last modification to the document, as
reported by the server, in the form "<code
- title="">MM/DD/YYYY hh:mm:ss</code>".</p>
+ title="">MM/DD/YYYY hh:mm:ss</code>", in the user's local
+ time zone.</p>
<p>If the last modification date is not known, the current time is
returned instead.</p>
</dd>
More information about the Commit-Watchers
mailing list