Skip to content

Commit

Permalink
[e] (0) Mention the timezone of lastModified.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8921

git-svn-id: http://svn.whatwg.org/webapps@4746 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 16, 2010
1 parent dde479d commit 2cf9ca5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -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 &mdash; 15 February 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -7042,7 +7042,8 @@ <h4 id=resource-metadata-management><span class=secno>3.1.3 </span><dfn>Resource
<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&nbsp;hh:mm:ss</code>".</p>
reported by the server, in the form "<code title="">MM/DD/YYYY&nbsp;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>
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -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 &mdash; 15 February 2010</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 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>-->
Expand Down Expand Up @@ -6941,7 +6941,8 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
<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&nbsp;hh:mm:ss</code>".</p>
reported by the server, in the form "<code title="">MM/DD/YYYY&nbsp;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>
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -6826,7 +6826,8 @@ interface <dfn>HTMLDocument</dfn> {
<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&nbsp;hh:mm:ss</code>".</p>
title="">MM/DD/YYYY&nbsp;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>
Expand Down

0 comments on commit 2cf9ca5

Please sign in to comment.