troglobit / finit

Fast init for Linux. Cookies included
https://troglobit.com/projects/finit/
MIT License
633 stars 63 forks source link

Fix #139: System timezone changes does not 'take' in Finit #152

Closed andreasegeberg closed 3 years ago

andreasegeberg commented 3 years ago

The tzset() function sets the global variables 'daylight', 'timezone' and 'tzname' according to the value of the TZ environment variable, or to the value of the _CS_TIMEZONE configuration string if TZ isn't set, or to UTC0 if neither is set.

troglobit commented 3 years ago

There, merged. Nice work on this! :-)