We are using IIS 7.5 and trying to do file synchronization.
However IIS keeps returning the local time version (same time as on filesystem) of the modified time, not the GMT version.
How do we configure MDTM to return GMT?
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection.
08-13-12 10:36AM 8432 login.png
226 Transfer complete.
ftp: 359 bytes received in 0.00Seconds 359.00Kbytes/sec.
ftp> quote mdtm login.png
213 20120813183655
Thats the local time modified, we need the GMT
Thanks!