Nico Weber
459e4ace93
LibC: Add timegm()
...
timegm() is like mktime() in that it converts a struct tm to
a timestamp, but it treats the struct tm as UTC instead of as
local time.
timegm() is nonstandard, but availabe in both Linux and BSD,
and it's a useful function to have.
2020-08-21 12:11:48 +02:00
..
2020-08-16 16:33:28 +02:00
2020-08-21 12:11:48 +02:00
2020-08-20 16:28:31 +02:00
2020-08-20 20:53:43 +02:00
2020-07-28 17:07:22 +02:00
2020-08-17 18:05:35 +02:00
2020-08-17 18:05:35 +02:00
2020-08-20 10:12:45 +02:00
2020-08-16 16:33:28 +02:00
2020-08-20 19:42:06 +02:00
2020-08-19 21:17:02 +02:00
2020-08-19 15:28:31 +02:00
2020-08-03 15:59:11 +02:00
2020-08-20 20:53:43 +02:00
2020-08-06 17:45:06 +02:00
2020-08-20 09:34:55 +02:00
2020-08-12 20:40:59 +02:00
2020-08-12 20:40:59 +02:00
2020-08-02 18:57:51 +02:00
2020-08-16 16:33:28 +02:00
2020-08-12 20:40:59 +02:00
2020-08-17 09:17:57 +02:00
2020-08-15 21:21:18 +02:00
2020-08-18 17:19:52 +02:00
2020-08-21 11:57:11 +02:00
2020-08-16 19:38:55 +02:00
2020-08-04 11:27:07 +02:00