Changeset 8413944 in ammosreader for src


Ignore:
Timestamp:
05/04/22 16:35:53 (3 years ago)
Author:
Enrico Schwass <ennoausberlin@…>
Branches:
AmmosSource, guix
Children:
dd9d498
Parents:
caee9d8
Message:

fix string representation of AmmosContainer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ammosreader/AmmosContainer.py

    rcaee9d8 r8413944  
    2626        frq = str(self.global_frames[0].global_frame_body.data_header.frequency)
    2727
    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.