4 lines
83 B
Python
Executable File
4 lines
83 B
Python
Executable File
|
|
def convertFILETIMEtoEpoch(t):
|
|
return (t - 116444736000000000L) / 10000000.0;
|