Create object in object.rs
This commit is contained in:
7
other/to_epoch.py
Normal file
7
other/to_epoch.py
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
windows_epoch_diff = 11644473600000 * 10000
|
||||
filetime = 132380977838542980
|
||||
|
||||
process_time_epoch = (filetime - windows_epoch_diff) // 10000
|
||||
print(process_time_epoch)
|
||||
|
Reference in New Issue
Block a user