diff options
author | Wolfgang Müller | 2021-05-03 17:08:20 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-05-03 17:08:20 +0200 |
commit | 735b60f32b1e3371d147f3f4df77a2a5b54256ad (patch) | |
tree | 7a697880096a44f29785ce9c9314671df55274d1 /.gitignore | |
parent | 9aae366a37338cb32ed0d0a9ce5280e632b4bcf2 (diff) | |
download | quarg-735b60f32b1e3371d147f3f4df77a2a5b54256ad.tar.gz |
formatter: Use custom time format when printing message timestamps
Up until now we were relying on isoformat() to format timestamps when
printing messages, since that was a simple shortcut to a well-known
format. With the addition of timezone support, however, isoformat()
started adding the timezone offset to the timestamp. This makes
timestamps unnecessarily verbose.
This commit has the formatter use a custom ISO 8601-esque time format
instead which restores the behaviour previous to the introduction of
timezones.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions