There seems to be a problem with ucmCompareTime setting and different timezones. Has anybody noticed the same issue and know how to resolve this?
Example: I have a file date-timed 11/7/2014 2:53 PM EST, I copy file to a central time server and the time changes to 1:53 PM CST (so far so good). But when auto update downloads the file to an EST desktop, it’s still timed 1:53 PM and from then auto update keeps wanting to download the file.
Autoupdate copies timestamp of a server file to local download, so by default it doesn’t change it, and when ucmCompareTime it just compares file timestamps. But this is weird that it still tries to download file.
As a workaround you can try to use custom comparison, set UpdateComparionMethod to ucmUserDefined and add event handler for OnCompareUpdates this will allow you to manually compare files.