summaryrefslogtreecommitdiffstats
path: root/src/basic/time-util.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-261-17/+16
* time-util: copy input string before fork()Yu Watanabe2024-10-081-0/+8
* time-util: fix parsing timestamp with NZ timezoneYu Watanabe2024-10-081-2/+6
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-051-19/+51
* various: move ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-1/+1
* tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()Yu Watanabe2024-06-171-2/+1
* basic/time-util: use strdup_to() and reformat a bitZbigniew Jędrzejewski-Szmek2024-03-201-19/+5
* time-util: expose map_clock_usec_internal() as map_clock_usec_raw()Yu Watanabe2024-03-111-8/+8
* stat-util: generalize is_* and verify_* handlingMike Yuan2024-03-041-1/+1
* extract-word: modernize extract_many_wordsMike Yuan2024-03-031-2/+2
* tree-wide: propagate the error we got from strv_extend_xyz() to the callerLennart Poettering2024-01-171-1/+1
* Rename {dual,triple}_timestamp_get to {dual,triple}_timestamp_nowZbigniew Jędrzejewski-Szmek2023-11-131-2/+2
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-1/+1
* parse_timestamp: accept RFC3339-style timezone and %FT%R[:%S[.%N]]наб2023-09-071-15/+58
* time-util: introduce triple_timestamp_from_boottime()Yu Watanabe2023-09-051-0/+19
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-4/+4
* tree-wide: fix a couple of typosFrantisek Sumsal2023-06-151-1/+1
* tree-wide: when in doubt use greek small letter mu rather than micro symbolLennart Poettering2023-06-141-1/+1
* time-util,socket: accept both kinds of unicode µ symbolsLennart Poettering2023-06-141-4/+6
* time-util,format-table: add relative_monotonic variant for timestampMike Yuan2023-05-261-2/+2
* time-util: add note about on DST changeYu Watanabe2023-03-121-0/+3
* Merge pull request #26687 from yuwata/c2xLuca Boccassi2023-03-061-0/+1
|\
| * Include <threads.h> if possible to get thread_local definitionCristian Rodríguez2023-03-061-0/+1
* | time-util: drop redundant call of tzset()Yu Watanabe2023-03-061-2/+0
|/
* time-util: refuse non-zero gmtoff with non-UTC timezoneYu Watanabe2023-03-031-6/+10
* time-util: extend comment a bitYu Watanabe2023-03-031-7/+7
* time-util: rename len -> tz_offsetYu Watanabe2023-03-031-38/+40
* time-util: fix typoYu Watanabe2023-03-031-1/+1
* time-util: make parse_timestamp() use the RFC-822/ISO 8601 standard timezone ...Yu Watanabe2023-02-241-62/+112
* time-util: drop unnecessary assignment of timezone nameYu Watanabe2023-02-241-4/+1
* time-util: rename variablesYu Watanabe2023-02-241-9/+9
* time-util: shorten code a bitYu Watanabe2023-02-241-16/+9
* time-util: use usec_add() and usec_sub_unsigned()Yu Watanabe2023-02-241-10/+7
* time-util: use result from startswith_no_case()Yu Watanabe2023-02-241-10/+4
* time-util: do not use strdupa()Yu Watanabe2023-02-241-4/+12
* time-util: drop redundant elseYu Watanabe2023-02-241-4/+7
* time-util: add assertionsYu Watanabe2023-02-241-0/+25
* time-util: rename variablesYu Watanabe2023-02-241-43/+43
* time-util: align string tableYu Watanabe2023-02-241-3/+3
* time-util: use DEFINE_STRING_TABLE_LOOKUP_TO_STRING() macroYu Watanabe2023-02-241-1/+1
* time-util: drop redundant spaceYu Watanabe2023-02-241-2/+2
* shared/format-table: optionally print timestamps without "left"Zbigniew Jędrzejewski-Szmek2023-02-221-16/+16
* time-util: add timestamp output style that shows dates only, no timesLennart Poettering2023-01-201-6/+16
* time-util: condition size check based on utc modeLennart Poettering2023-01-201-1/+1
* time-util: simplify formatting of UNIX timestampsLennart Poettering2023-01-201-5/+3
* time-util: move buffer size check after handling of UNIX timestamp styleLennart Poettering2023-01-201-10/+11
* time-util: if a date is unrepresentable, honour style to generate XXX stringLennart Poettering2023-01-201-3/+9
* time-util: use IN_SET() moreLennart Poettering2023-01-201-18/+5
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1