]> git.ipfire.org Git - thirdparty/systemd.git/commit
time-util: drop redundant call of tzset()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 6 Mar 2023 13:02:43 +0000 (22:02 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Mar 2023 20:39:37 +0000 (20:39 +0000)
commit84d0dc53ac3f3356890e9ca0aee5b9af7c0743be
tree83922219901e7d65e15f58bef4d154ba896eef2f
parentd249c23211c3eb83d353a834478e82e747dbb44d
time-util: drop redundant call of tzset()

It is also called at the beginning of `parse_timestamp_maybe_with_tz()`.
src/basic/time-util.c