summaryrefslogtreecommitdiffstats
path: root/time.c
AgeCommit message (Collapse)Author
2020-02-13time: Implement xtimegm() without mktime()Tavian Barnes
Using setenv("TZ") is ugly and adds unnecessary failure paths.
2020-02-13time: Split out time-related functions from utilTavian Barnes