index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-time-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: don't go through all time zones if slow tests are disabled
Frantisek Sumsal
2023-03-28
1
-0
/
+10
*
test-time-util: add test cases to invalidate "show" and "cancel"
Mike Yuan
2023-03-14
1
-0
/
+5
*
test-time-util: do not fail on DST change
Yu Watanabe
2023-03-12
1
-7
/
+30
*
test: add more testcases for formatting/parsing timestamp
Yu Watanabe
2023-03-12
1
-0
/
+4
*
time-util: make USEC_TIMESTAMP_FORMATTABLE_MAX for 32bit system off by one day
Yu Watanabe
2023-03-12
1
-2
/
+2
*
test: test parse_timestamp() in various timezone
Yu Watanabe
2023-03-03
1
-16
/
+43
*
test: clear tzname[] after timezone is changed
Yu Watanabe
2023-03-03
1
-3
/
+4
*
test: use get_timezones() to iterate all known timezones
Yu Watanabe
2023-03-03
1
-39
/
+11
*
tests: temporarily disable time-util failing tests
Luca Boccassi
2023-02-27
1
-2
/
+3
*
test: add tests for format_timestamp() and parse_timestamp() with various tim...
Yu Watanabe
2023-02-24
1
-12
/
+366
*
shared/format-table: optionally print timestamps without "left"
Zbigniew Jędrzejewski-Szmek
2023-02-22
1
-0
/
+68
*
test-time-util: skip test for TIMESTAMP_DATE if the timestamp is too old
Yu Watanabe
2023-02-02
1
-4
/
+6
*
time-util: add timestamp output style that shows dates only, no times
Lennart Poettering
2023-01-20
1
-11
/
+30
*
time-util: if a date is unrepresentable, honour style to generate XXX string
Lennart Poettering
2023-01-20
1
-2
/
+2
*
time-util: fix overflow condition in usec_sub_signed()
Lennart Poettering
2022-08-24
1
-0
/
+16
*
time-util: fix buffer-over-run
Yu Watanabe
2022-07-08
1
-0
/
+5
*
various: use CONST_MAX for array allocation
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-2
/
+2
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-8
/
+8
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
time-util: introduce TIMESTAMP_UNIX
Frantisek Sumsal
2022-02-21
1
-0
/
+5
*
test: allow to set NULL to intro or outro
Yu Watanabe
2022-02-02
1
-1
/
+1
*
tests: rework test macros to not take code as parameters
Lennart Poettering
2022-02-02
1
-2
/
+4
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-87
/
+29
*
test-time-util: Properly restore TZ variable
Jan Janssen
2021-11-25
1
-1
/
+5
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-1
/
+1
*
tree-wide: FORMAT_TIMESTAMP() or friends must be used as a function argument
Yu Watanabe
2021-07-15
1
-2
/
+1
*
basic/time-util: add FORMAT_TIMESTAMP
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-2
/
+22
*
test-time-util: log less verbosely
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-23
/
+21
*
test-time-util: skip missing timezones
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-2
/
+3
*
time-util: add variant of timezone_is_valid() that returns errno
Zbigniew Jędrzejewski-Szmek
2021-07-01
1
-0
/
+12
*
time-util: don't use plural units indiscriminately
Anders Wenhaug
2021-06-20
1
-0
/
+75
*
tree-wide: unsetenv cannot fail
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic/time-util: add function to format timestamps with different styles
Luca Boccassi
2020-08-19
1
-4
/
+4
*
test: add basic test for clock mapping
Lennart Poettering
2020-07-21
1
-0
/
+33
*
test: Use assert_se() where variables are only checked by assert
Benjamin Robin
2020-05-06
1
-1
/
+1
*
tree-wide: fix how we set $TZ
Lennart Poettering
2019-11-13
1
-1
/
+1
*
test-time-util: use standard intro and print timezones read from file
Zbigniew Jędrzejewski-Szmek
2019-02-28
1
-3
/
+6
*
time-util: Introduce parse_sec_def_infinity
Filipe Brandenburger
2019-02-14
1
-0
/
+21
*
Delete duplicate lines
Topi Miettinen
2019-01-12
1
-2
/
+0
*
time-util: make parse_sec() not accept "12.34.56"
Yu Watanabe
2018-11-06
1
-2
/
+26
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-9
/
+10
*
time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)
Lennart Poettering
2018-10-24
1
-1
/
+1
*
test: add tests for detecting overflow in parse_time() and parse_nsec()
Yu Watanabe
2018-10-23
1
-0
/
+5
*
parse-util: make sure "3.+1s" or "3. 1s" are not considered valid time specif...
Filipe Brandenburger
2018-07-20
1
-0
/
+18
*
parse-util: make sure "-0.-0s" is not considered a valid time specification
Lennart Poettering
2018-07-17
1
-0
/
+6
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
test-time-util: print names of test functions
Zbigniew Jędrzejewski-Szmek
2018-06-02
1
-1
/
+30
*
Use const char* for timestamp strings which we don't plan to modify
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-11
/
+8
[next]