Re: DateLastModified, but what "date" ?
- From: "ekkehard.horner" <ekkehard.horner@xxxxxxxx>
- Date: Fri, 04 Apr 2008 00:00:09 +0200
Reventlov schrieb:
Il giorno Wed, 02 Apr 2008 12:24:42 +0200, Freddy <freddy@xxxxxxxxxxxxxx> ha scritto:I have googled this, and found MS doc., but as far as I can see, it only states that
somefile.DateLastModified returns the timestamp for the file.
My question is: what timestamp ?
I have made a small script, that uploads a site based on changes in the html-files. I compare the DateLastModified to the meta-tag "changed", updates the "changed" if necessary, and uploads the file. Works fine - except when we change to summertime - or vintertime. Now every file appears to be changed.
What "time" is returned ?
(And how do I get the "right" time).
Client OS is windows XP prof.
I probably don't understand the question, but did you try
dateserial(somefile.datelastmodified)?
As DateSerial(year, month, day) expects 3 parameters, I wouldn't
even ty this.
I *think* the problem description indicates that the date/time value
of this 'meta-tag "changed"' is given in UTC/GMT. To convert this to
local time (or vice versa) a look at
http://www.merlyn.demon.co.uk/
seems promising.
.
- Follow-Ups:
- Re: DateLastModified, but what "date" ?
- From: Reventlov
- Re: DateLastModified, but what "date" ?
- From: Freddy
- Re: DateLastModified, but what "date" ?
- From: Dr J R Stockton
- Re: DateLastModified, but what "date" ?
- References:
- DateLastModified, but what "date" ?
- From: Freddy
- Re: DateLastModified, but what "date" ?
- From: Reventlov
- DateLastModified, but what "date" ?
- Prev by Date: problem using datetime variables in WMI queries.
- Next by Date: Re: problem using datetime variables in WMI queries.
- Previous by thread: Re: DateLastModified, but what "date" ?
- Next by thread: Re: DateLastModified, but what "date" ?
- Index(es):
Relevant Pages
|
Loading