about summary refs log tree commit diff
path: root/src/time/timegm.c
Commit message (Expand)AuthorAgeFilesLines
* move declaration and apply hidden visibility to __utc stringRich Felker2018-09-121-2/+0
* use the name UTC instead of GMT for UTC timezoneNatanael Copa2017-12-141-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-241-1/+3
* fix error code on time conversion overflowsRich Felker2013-07-171-1/+1
* the big time handling overhaulRich Felker2013-07-171-4/+13
* add timegm function (inverse of gmtime), nonstandardRich Felker2012-06-131-0/+9