about summary refs log tree commit diff
path: root/src/time/__tm_to_secs.c
Commit message (Collapse)AuthorAgeFilesLines
* the big time handling overhaulRich Felker2013-07-171-0/+24
this commit has two major user-visible parts: zoneinfo-format time zones are now supported, and overflow handling is intended to be complete in the sense that all functions return a correct result if and only if the result fits in the destination type, and otherwise return an error. also, some noticable bugs in the way DST detection and normalization worked have been fixed, and performance may be better than before, but it has not been tested.