]> git.ipfire.org Git - thirdparty/systemd.git/commit
time-util: drop unnecessary assignment of timezone name
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 15 Feb 2023 04:51:15 +0000 (13:51 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 23 Feb 2023 23:55:27 +0000 (08:55 +0900)
commit97c5f7ba1f50fcd7b982b995b46692c8cad4afaa
tree80f60643eeab6a48134fea970f6c2059ee19cb4a
parenta83c1baaeb510f1916d2d8cf0324d100708c7073
time-util: drop unnecessary assignment of timezone name

As mktime() does not use timezone neme.
src/basic/time-util.c