summaryrefslogtreecommitdiff
path: root/src/time/time_impl.h
AgeCommit message (Collapse)AuthorLines
2013-07-17the big time handling overhaulRich Felker-0/+9
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.