summaryrefslogtreecommitdiff
path: root/src/time/timegm.c
AgeCommit message (Expand)AuthorLines
2018-09-12move declaration and apply hidden visibility to __utc stringRich Felker-2/+0
2017-12-14use the name UTC instead of GMT for UTC timezoneNatanael Copa-2/+2
2013-08-24fix strftime handling of time zone dataRich Felker-1/+3
2013-07-17fix error code on time conversion overflowsRich Felker-1/+1
2013-07-17the big time handling overhaulRich Felker-4/+13
2012-06-13add timegm function (inverse of gmtime), nonstandardRich Felker-0/+9