s64 utc2ntfs (const time_t time);
Convert the Linux time time to its corresponding NTFS time and return that in little endian format.
Linux stores time in a long at present and measures it as the number of 1-second intervals since 1st January 1970, 00:00:00 UTC.
NTFS uses Microsoft's standard time format which is stored in a s64 and is measured as the number of 100 nano-second intervals since 1st January 1601,
00:00 UTC.