.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "NTFS2UTC" "" "06 October 2005" "" "" .SH NAME ntfs2utc \- convert NTFS time to Linux time .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp time_t ntfs2utc (const s64 \fItime\fB); \fR .SH "ARGUMENTS" .TP \fB\fItime\fB\fR NTFS time (little endian) to convert to Linux .SH "DESCRIPTION" .PP Convert the little endian NTFS time \fItime\fR to its corresponding Linux time and return that in cpu format. .PP 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. .PP 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, .SH "00" .PP 00:00 UTC.