mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
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.
11 KiB
11 KiB