Closed andreasegeberg closed 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.
There, merged. Nice work on this! :-)
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.