If I have an integer in c that represents the date how do I print out the actuall mm/dd/year?
64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC)
1183042181
what if I am on a 32 bit system, and have to read the integer in from a file?
C not C++