- Timestamp:
- 05/04/22 16:35:53 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- dd9d498
- Parents:
- caee9d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ammosreader/AmmosContainer.py
rcaee9d8 r8413944 26 26 frq = str(self.global_frames[0].global_frame_body.data_header.frequency) 27 27 28 return ("Start time: " + str( datetime.utcfromtimestamp(start_time/1000000)) +29 "\nEnd time : " + str( datetime.utcfromtimestamp(end_time/1000000)) + "\nFrequencies: " + frq)28 return ("Start time: " + str(start_time) + 29 "\nEnd time : " + str(end_time) + "\nFrequencies: " + frq)
Note:
See TracChangeset
for help on using the changeset viewer.