]> git.ipfire.org Git - thirdparty/systemd.git/commit
time: split get_timezone() into main function and zone1970.tab function
authorDan Streetman <ddstreet@canonical.com>
Wed, 30 Jun 2021 11:17:22 +0000 (07:17 -0400)
committerDan Streetman <ddstreet@canonical.com>
Wed, 30 Jun 2021 17:42:58 +0000 (13:42 -0400)
commit09a54a862b8f45cff087eb4eabbd283d354afc90
tree22ee47aa6bb51a6392638a108bf6a5a351a8421f
parent31097e2b996ed463ca97d3df618a614c875386c5
time: split get_timezone() into main function and zone1970.tab function

This allows for adding another function to read from a different timezone
source, which is added in the next commit.
src/basic/time-util.c