Dirk Bremer wrote:
I check certain files' modification dates against a modification date
stored in a database for the corresponding file. The files were not
modified since they were entered into the database, i.e. the dates
should have been equal. At about 01:00 on 10-30-2005, things were a bit
different. For example, the date stored in the database was 2005-10-17
14:28:10, while after the time changed, the date returned was 2005-10-17
13:28:10, an exact one-hour difference. The modification date was
obtained from stat. This did cause some problems.

i'm guessing you're storing dates in localtime? is it possible for you to store the dates in gmtime and display in localtime?

uru
-Dave
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to