UTC2NTFS

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

 

NAME

utc2ntfs - convert Linux time to NTFS time  

SYNOPSIS

"SYNOPSIS"

s64 utc2ntfs (const time_t time);  

ARGUMENTS

time
Linux time to convert to NTFS
 

DESCRIPTION

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


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
00

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