beamlime.logging.resources.create_utc_time_without_microsecond#

beamlime.logging.resources.create_utc_time_without_microsecond()[source]#

Create a UTC time tag without microsecond.

Return type:

NewType(UTCTimeTag, str)

Notes

scipp uses UTC time for time labels. Microsecond is dropped to keep the log file names readable. The time tag is intended to be use only for logging, therefore microsecond information is not necessary.