This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Registry Date format in Windows


Guglielmo Pasa wrote:
> 
> How is the date stored in the registry of Windows ?
> 
> For  example I installed a programm the 04.08.98  at 14h30 (4th August 98) and in
> the registry the date is written as
> 
> 902233852
> 
> How is it converted ? What is the algorihm ?

Looks like seconds since the Epoch (Jan 1, 1970).  Except for the 
100 and 400 year exceptions and leap year tallying, it's just the 
simple conversion of years, months, days, hours and minutes to 
seconds since the Epoch time.

Here's the BSD man page for the asctime, ctime, difftime, gmtime, 
localtime, mktime functions:

http://www.bsd.com/bsdi-man?proto=1.1&query=asctime&msection=3&apropos=0

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles
  / ) /--<  o // //      Mailto:dbe@wgn.net
-/-' /___/_<_</_</_    http://www.wgn.net/~dbe/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]