|
|
|
|
|
by mastax
1304 days ago
|
|
Unix timestamps are common in windows software, though the standard timestamp used by the operating system is the number of ticks (100ns) since 1601-01-01 UTC. I vaguely remember a few different timestamp formats in use in different places, but the 100ns-tick is very common in Microsoft APIs. |
|