Closed earlephilhower closed 3 years ago
Fixes #12
TZ.h can now contain timezone names of the form <[+-]nn> when there is no commonly used timezone abbreviation for the setting. Adjust the tzset function to handle this case by special-casing the name parsing when the first character is a '<'.
Fixes #12
TZ.h can now contain timezone names of the form <[+-]nn> when there is no commonly used timezone abbreviation for the setting. Adjust the tzset function to handle this case by special-casing the name parsing when the first character is a '<'.