aboutsummaryrefslogtreecommitdiffstats
path: root/missing_d/timegm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for building on OpenVMSJohn Malmberg2019-01-091-1/+1
|
* Add comment indicating that timegm came from the Linux man page.Andrew J. Schorr2018-12-121-0/+2
|
* Speed up UTC mktime by using library timegm if available instead of our slow ↵Andrew J. Schorr2018-12-121-0/+29
implementation.