]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: time-util: introduce get_tzname() helper function
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 11 Nov 2025 18:35:45 +0000 (03:35 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 12 Nov 2025 18:13:55 +0000 (03:13 +0900)
commit6431f2e072eef1c706b716d3a902fefcb1e63c40
treea3495cae895650990b95ead39e56fb226e4b6e8e
parent3ac4d68498dd378e2b3acd2bb86f4700263532d0
musl: time-util: introduce get_tzname() helper function

musl leaves the DST timezone name unset if there is no DST.
The helper function maps that back to no DST.
src/basic/time-util.c
src/basic/time-util.h
src/core/manager.c
src/shared/calendarspec.c
src/test/test-time-util.c
src/timedate/timedated.c