GregThompson Posted February 12, 2008 Posted February 12, 2008 This is more of an exploratory question... here's my problem.. I currently use a scripted version of Robocopy to sync up some usb keys with a server share, however, when we go across time zones, it's an issue, and when we change times, like Daylight Savings, and Daylight Spending in the U.S. we get out of sync because the operating system see's it's files as 1 hour ahead or behind what's on the key(s). I know there are programs out there to compensate for this, however, I'm looking for a FREE solution, and I use AIT constantly, for everything, but this one is eluding me. Does anyone know of a free utility to compensate for time zone issues? XXCopy requires you purchase the Pro version to get that functionality, and I'm not aware of any others?
weaponx Posted February 12, 2008 Posted February 12, 2008 You could use FileSetTime() on the files you intend to upload.
Distrophy Posted February 12, 2008 Posted February 12, 2008 (edited) I can't help with other programs but I do know there are some autoit functions that may be of use. FileGetTime - Returns the time and date information for a file. FileSetTime - Sets the timestamp of one of more files. You could check the local time and the net time and then change the stamp on the files you copy if needed. *Edit: weaponX and I must've hit the reply button at the same exact moment. Edited February 12, 2008 by Distrophy
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now