- __gmtime_r
core.stdc.time.tm* __gmtime_r(const(core.stdc.time.time_t)* t, core.stdc.time.tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- clock_gettime
int clock_gettime(.clockid_t clock_id, libressl_d.compat.sys.time.timespec* tp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- timegm
core.stdc.time.time_t timegm(core.stdc.time.tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- timespecsub
void timespecsub(libressl_d.compat.sys.time.timespec* tsp, libressl_d.compat.sys.time.timespec* usp, libressl_d.compat.sys.time.timespec* vsp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.