|
I am using GetFileDateTime to get the remote datetimemodified but it is returning one hour less than what is on the server, why? Thanks for any help, Jiggy! |
|
The problem with If "British Summer Time" (UTC+1) is the server's current time zone and its MDTM command returns UTC datetime values, then the time returned by GetFileDateTime will be one hour less than what the current local server time is. During winter, the time returned will match the local time - this won't be true for users in other countries, of course. To convert the value returned by Of course, this must only be done for FTP servers that use UTC time zone in its |