- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 08:17:31 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18003
Modified Files:
Overview.html
Log Message:
Mention the timezone of lastModified. (whatwg r4746)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3793
retrieving revision 1.3794
diff -u -d -r1.3793 -r1.3794
--- Overview.html 15 Feb 2010 19:11:07 -0000 1.3793
+++ Overview.html 16 Feb 2010 08:17:27 -0000 1.3794
@@ -6066,7 +6066,8 @@
<hr></div><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>
Received on Tuesday, 16 February 2010 08:17:32 UTC