NTFS2UTC

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ntfs2utc - convert NTFS time to Linux time  

SYNOPSIS

"SYNOPSIS"

time_t ntfs2utc (const s64 time);  

ARGUMENTS

time
NTFS time (little endian) to convert to Linux
 

DESCRIPTION

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:00 UTC.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
00

This document was created by man2html, using the manual pages.
Time: 07:07:19 GMT, October 06, 2005