mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
`systemctl show`'s `--timestamp` flag is supposed to reformat all timestamp-based properties. However, the logic for detecting these properties was incomplete and only checked if the name ended in Timestamp. Expand the check to explicitly include some non-"timestamp" named properties that really are timestamps. Fixes: https://github.com/systemd/systemd/issues/39282