.\" 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 "UTC2NTFS" "" "06 October 2005" "" ""
.SH NAME
utc2ntfs \- convert Linux time to NTFS time
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
s64 utc2ntfs (const time_t \fItime\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItime\fB\fR
Linux time to convert to NTFS
.SH "DESCRIPTION"
.PP
Convert the Linux time \fItime\fR to its corresponding NTFS time and return that
in little endian 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.