- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Feb 2010 17:17:45 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Mention the timezone of lastModified. (whatwg r4746) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3793&r2=1.3794&f=h http://html5.org/tools/web-apps-tracker?from=4745&to=4746 =================================================================== 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:18:16 UTC