mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
time-util: fix typo
This commit is contained in:
parent
61f8a7bd3e
commit
23d8003bb6
@ -1606,7 +1606,7 @@ TimestampStyle timestamp_style_from_string(const char *s) {
|
||||
return t;
|
||||
if (streq_ptr(s, "µs"))
|
||||
return TIMESTAMP_US;
|
||||
if (streq_ptr(s, "µs+uts"))
|
||||
if (streq_ptr(s, "µs+utc"))
|
||||
return TIMESTAMP_US_UTC;
|
||||
return t;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user