summaryrefslogtreecommitdiff
path: root/src/test/test-date.c
Commit message (Expand)AuthorAgeFilesLines
* time-util: make USEC_TIMESTAMP_FORMATTABLE_MAX for 32bit system off by one dayYu Watanabe2023-03-131-2/+2
* test-date: do not fail even on ~50 years laterYu Watanabe2022-09-151-1/+1
* time-util: support parsing OUTPUT_SHORT and OUTPUT_SHORT_PRECISE timestampsFrantisek Sumsal2022-03-121-0/+2
* tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-5/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-191-2/+2
* tree-wide: drop double newlineYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* tests: use a helper function to parse environment and open loggingZbigniew Jędrzejewski-Szmek2018-09-141-3/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-date: add more logging on errorZbigniew Jędrzejewski-Szmek2017-09-171-0/+10
* Added timezone to the CalendarSpec, parser/formatter and the timedatectlIvan Kurnosov2017-09-171-0/+7
* time-util: make parse_timestamp() return -EINVAL if the input is very old dat...Yu Watanabe2017-07-111-12/+8
* time-util: make parse_timestamp() set 0 if the input is very old date (#6297)Yu Watanabe2017-07-081-9/+16
* calendarspec: parse unix timestamps (@...) (#5947)Zbigniew Jędrzejewski-Szmek2017-05-171-1/+1
* time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-02-021-0/+10
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-2/+2
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* test-date: check return valueZbigniew Jędrzejewski-Szmek2016-01-201-2/+4
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-1/+2
* test: "today UTC" is not always "today UTC"Hristo Venev2015-10-251-1/+8
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-0/+1
* test: parse_timestamp UTC and fractional seconds testsHristo Venev2015-10-151-7/+34
* test-date: don't fail test if log_max_level is higher than LOG_INFOThomas Hindoe Paaboel Andersen2014-09-301-2/+4
* time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering2014-03-251-0/+1
* time-util: teach parse_timestamp to parse weekdaysLennart Poettering2012-11-231-40/+29
* util: teach parse_timestamp() to parse results of format_timestamp_relative()Lennart Poettering2012-11-231-0/+3
* journalctl: implement --since= and --until for filtering by timeLennart Poettering2012-10-111-0/+69