Compare DateTime ticks on two machines

Posted by vani on Stack Overflow See other posts from Stack Overflow or by vani
Published on 2010-06-12T17:23:50Z Indexed on 2010/06/12 17:33 UTC
Read the original article Hit count: 194

Filed under:
|
|
|

Is it a viable option to compare two FileInfo.CreationTimeUtc.Ticks of two files on two different computers to see which version is newer - or is there a better way? Do Ticks depend on OS time or are they really physical ticks from some fixed date in the past?

© Stack Overflow or respective owner

Related posts about c#

Related posts about datetime