Package pike :: Module nttime
[hide private]
[frames] | no frames]

Module nttime

source code

Classes [hide private]
  NtTime
NtTime may be initialized with any of the following values...
Functions [hide private]
 
_unix_time_to_nt_time(t) source code
 
_datetime_to_unix_time(t) source code
 
_datetime_to_nt_time(t) source code
 
_nt_time_to_unix_time(t)
Converts "FILETIME" to Python's time library format.
source code
 
GMT_to_datetime(gmt_token) source code
Variables [hide private]
  _unix_time_offset = 11644473600
  _unix_epoch = datetime.datetime(1970, 1, 1, 0, 0)
  _intervals_per_second = 10000000
  __package__ = 'pike'
Function Details [hide private]

_nt_time_to_unix_time(t)

source code 

Converts "FILETIME" to Python's time library format.

routine borrowed from dist_shell: sys_ex/windows/file.py