Changeset 6da9b03 in ammosreader
- Timestamp:
- 08/17/23 08:07:27 (22 months ago)
- Branches:
- guix
- Children:
- 8285d99
- Parents:
- 7bc034f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/PDW.py
r7bc034f r6da9b03 33 33 34 34 nanoseconds = (parts[0]) 35 print(nanoseconds)36 35 unix_time = np.datetime64('now', 'ns').astype(int) 37 print(unix_time)38 36 if nanoseconds >= unix_time: 39 37 raise OverflowError("Timestamp invalid")
Note:
See TracChangeset
for help on using the changeset viewer.