index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
time-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-4
/
+4
*
tree-wide: fix a couple of typos
Frantisek Sumsal
2023-06-15
1
-1
/
+1
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-1
/
+1
*
time-util,socket: accept both kinds of unicode µ symbols
Lennart Poettering
2023-06-14
1
-4
/
+6
*
time-util,format-table: add relative_monotonic variant for timestamp
Mike Yuan
2023-05-26
1
-2
/
+2
*
time-util: add note about on DST change
Yu Watanabe
2023-03-12
1
-0
/
+3
*
Merge pull request #26687 from yuwata/c2x
Luca Boccassi
2023-03-06
1
-0
/
+1
|
\
|
*
Include <threads.h> if possible to get thread_local definition
Cristian Rodríguez
2023-03-06
1
-0
/
+1
*
|
time-util: drop redundant call of tzset()
Yu Watanabe
2023-03-06
1
-2
/
+0
|
/
*
time-util: refuse non-zero gmtoff with non-UTC timezone
Yu Watanabe
2023-03-03
1
-6
/
+10
*
time-util: extend comment a bit
Yu Watanabe
2023-03-03
1
-7
/
+7
*
time-util: rename len -> tz_offset
Yu Watanabe
2023-03-03
1
-38
/
+40
*
time-util: fix typo
Yu Watanabe
2023-03-03
1
-1
/
+1
*
time-util: make parse_timestamp() use the RFC-822/ISO 8601 standard timezone ...
Yu Watanabe
2023-02-24
1
-62
/
+112
*
time-util: drop unnecessary assignment of timezone name
Yu Watanabe
2023-02-24
1
-4
/
+1
*
time-util: rename variables
Yu Watanabe
2023-02-24
1
-9
/
+9
*
time-util: shorten code a bit
Yu Watanabe
2023-02-24
1
-16
/
+9
*
time-util: use usec_add() and usec_sub_unsigned()
Yu Watanabe
2023-02-24
1
-10
/
+7
*
time-util: use result from startswith_no_case()
Yu Watanabe
2023-02-24
1
-10
/
+4
*
time-util: do not use strdupa()
Yu Watanabe
2023-02-24
1
-4
/
+12
*
time-util: drop redundant else
Yu Watanabe
2023-02-24
1
-4
/
+7
*
time-util: add assertions
Yu Watanabe
2023-02-24
1
-0
/
+25
*
time-util: rename variables
Yu Watanabe
2023-02-24
1
-43
/
+43
*
time-util: align string table
Yu Watanabe
2023-02-24
1
-3
/
+3
*
time-util: use DEFINE_STRING_TABLE_LOOKUP_TO_STRING() macro
Yu Watanabe
2023-02-24
1
-1
/
+1
*
time-util: drop redundant space
Yu Watanabe
2023-02-24
1
-2
/
+2
*
shared/format-table: optionally print timestamps without "left"
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-16
/
+16
*
time-util: add timestamp output style that shows dates only, no times
Lennart Poettering
2023-01-20
1
-6
/
+16
*
time-util: condition size check based on utc mode
Lennart Poettering
2023-01-20
1
-1
/
+1
*
time-util: simplify formatting of UNIX timestamps
Lennart Poettering
2023-01-20
1
-5
/
+3
*
time-util: move buffer size check after handling of UNIX timestamp style
Lennart Poettering
2023-01-20
1
-10
/
+11
*
time-util: if a date is unrepresentable, honour style to generate XXX string
Lennart Poettering
2023-01-20
1
-3
/
+9
*
time-util: use IN_SET() more
Lennart Poettering
2023-01-20
1
-18
/
+5
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
1
-2
/
+1
*
time-util: fix buffer-over-run
Yu Watanabe
2022-07-08
1
-1
/
+1
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-3
/
+2
*
shared/calendarspec: wrap long comments and reduce scope of one var
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-18
/
+21
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-49
/
+7
*
time-util: support parsing OUTPUT_SHORT and OUTPUT_SHORT_PRECISE timestamps
Frantisek Sumsal
2022-03-12
1
-0
/
+10
*
tree-wide: use timestamp_is_set() more
Lennart Poettering
2022-02-22
1
-4
/
+4
*
time-util: introduce TIMESTAMP_UNIX
Frantisek Sumsal
2022-02-21
1
-0
/
+11
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-5
/
+5
*
tree-wide: voidify unchecked snprintf calls
Luca Boccassi
2021-08-20
1
-38
/
+38
*
basic/time-util: inline one more variable declaration
Zbigniew Jędrzejewski-Szmek
2021-07-19
1
-5
/
+3
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-07-09
1
-2
/
+2
*
basic/time-util: fix errno name
Zbigniew Jędrzejewski-Szmek
2021-07-07
1
-1
/
+1
*
time-util: add variant of timezone_is_valid() that returns errno
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-25
/
+18
*
time: get timezones from tzdata.zi
Dan Streetman
2021-06-30
1
-1
/
+57
*
time: split get_timezone() into main function and zone1970.tab function
Dan Streetman
2021-06-30
1
-24
/
+38
[next]