time_t ntfs2utc (const s64 time);
Convert the little endian NTFS time time to its corresponding Linux time and return that in cpu 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.