about summary refs log tree commit diff
path: root/src/time/__tz.c
Commit message (Expand)AuthorAgeFilesLines
* use default timezone from /etc/localtime if $TZ is unset/blankRich Felker2014-06-061-2/+3
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-04-221-0/+5
* do not try to interpret implementation specific strings as tz definitionTimo Teräs2014-04-221-0/+1
* allow zoneinfo-path-relative filenames with no slashes in TZ variableRich Felker2014-04-211-12/+8
* fix handling of overly-long TZ environment variable valuesRich Felker2013-11-081-1/+1
* timezone parser: fix iteration over search dir pathsrofl0r2013-11-041-1/+1
* timezone parser: fix offset to transition table in 64bit code pathrofl0r2013-11-041-1/+1
* fix timezone parser code crashing on 64bit sysrofl0r2013-11-041-1/+1
* properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker2013-08-241-1/+22
* minor fix to tz name checkingRich Felker2013-08-241-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-241-3/+17
* fix mishandling of empty or blank TZ environment variableRich Felker2013-08-231-1/+1
* the big time handling overhaulRich Felker2013-07-171-0/+389