index
:
delta/systemd.git
assert-cleanups-and-constification
baserock/adamcoldrick/yaml-morphology
baserock/jjardon/fix_parallel_build
baserock/jjardon/intltool
baserock/morph
baserock/paulsherwood/sd-update
baserock/pedroalvarez/v217
baserock/pedroalvarez/v218
baserock/ps/update-linux-v3.12-systemd-v208
baserock/radiofree/enable_xz
baserock/richardmaw/nspawn-path-escapes
baserock/richardmaw/wip-upgrade-root
baserock/v218-with-canonical-hostname-fix
baserock/v219-314-gd736e4f-network_fixes
baserock/v219-729-g163ab29-jetson_btrfs_fixes
cap-bpf-compat
chase-symlinks-rework
coverity
coverity-now-for-real
coverity-python
default_memory
dependabot/github_actions/actions/checkout-2.4.0
dependabot/github_actions/actions/upload-artifact-2.3.1
dependabot/github_actions/github/codeql-action-1.0.23
dependabot/github_actions/github/codeql-action-1.0.24
dependabot/github_actions/github/codeql-action-1.0.27
dependabot/github_actions/github/super-linter-4.8.2
dependabot/github_actions/github/super-linter-4.8.3
dependabot/github_actions/github/super-linter-4.8.4
dependabot/github_actions/systemd/mkosi-11
dependabot/pip/dot-github/workflows/meson-0.60.3
dev-no-noexec
enabled-optimization
gc-cleanup
gcc-hypothesis
hidden-units-are-good-units
hwdb
keszybz-patch-1
main
master
meson-allows-fuzzer-building
msekletar-security-list-process
oomd-and-user-slices
proot
readme-double-header
revert-10744-logind-lock-down
revert-11715-revert-11534-coverity2
revert-12181-install-etc-systemd-generator-dirs
revert-12463-issue-12452-netlink
revert-13201-networkctl-merge-table_add_cell
revert-13843-watchdog
revert-14900-fix-privatedevices-dev-mac-label
revert-15648-journalctl-cat-beefup
revert-16058-fix-memory-protection-default
revert-16460-turn-off-ubuntu-ppa
revert-1740-master
revert-18355-resolved-discover
revert-18515-temporarily-pin-arch-repos
revert-18807-noexec
revert-19146-fix-JOURNAL-doc
revert-20598-order_noauto
revert-20998-dev/hv-detect
revert-2818-master
revert-2843-clock_boottime
revert-2859-ldconfig-after-localfs
revert-3283-master
revert-3528-upstream-add-networkd-dbus
revert-5012-master
revert-5298-relocatable-tests
revert-6508-audit-socket
setup-semaphore
stat2
systemctl-list-dependencies
systemd-paypal-funding
tasks-max-dynamic
v216-stable
what-s-up-with-coverity
wip/hadess/add-move-udev-action
wip/hadess/chassis-override
wip/hadess/hp-accel-quirk
wip/hadess/lis3lv02d-rule-hp
wip/hadess/logitech-hidraw
wip/hadess/logitech-ultrathin-touch-mouse
wip/hadess/memory-id
wip/hadess/minipro-uaccess
wip/hadess/rfkill-uaccess
wip/hadess/unsupported-dmi
wip/hadess/usb-analysers-uaccess
wip/hadess/webcams
github.com: systemd/systemd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
time-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: add note about on DST change
Yu Watanabe
2023-03-13
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
*
time: simplify get_timezones()
Dan Streetman
2021-06-30
1
-37
/
+19
*
time-util: coding style fixes
Yu Watanabe
2021-06-21
1
-6
/
+6
*
time-util: don't use plural units indiscriminately
Anders Wenhaug
2021-06-20
1
-12
/
+30
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-5
/
+5
*
alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()
Lennart Poettering
2021-05-19
1
-3
/
+2
[next]