Expand description
time.h implementation.
See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/time.h.html.
Re-exports§
Modules§
Structs§
- TzName
- itimerspec
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/time.h.html.
- tm
- See https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/time.h.html.
Statics§
- daylight
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tzset.html.
- getdate_
err - timezone
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tzset.html.
- tzname
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tzset.html.
Functions§
- asctime⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/asctime.html.
- asctime_
r ⚠Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/functions/asctime.html.
- clock
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock.html.
- clock_
getcpuclockid - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_getcpuclockid.html.
- clock_
getres ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_getres.html.
- clock_
gettime ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_getres.html.
- clock_
nanosleep - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_nanosleep.html.
- clock_
settime ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/clock_getres.html.
- ctime⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ctime.html.
- ctime_r⚠
Deprecated - See https://pubs.opengroup.org/onlinepubs/9699919799/functions/ctime.html.
- difftime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/difftime.html.
- getdate⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/getdate.html.
- gmtime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/gmtime.html.
- gmtime_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/gmtime.html.
- localtime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/localtime.html.
- localtime_
r ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/localtime.html.
- mktime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/mktime.html.
- nanosleep⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/nanosleep.html.
- strftime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strftime.html.
- strptime⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/strptime.html.
- time⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/time.html.
- timegm⚠
- Non-POSIX, see https://www.man7.org/linux/man-pages/man3/timegm.3.html.
- timelocal⚠
Deprecated - Non-POSIX, see https://www.man7.org/linux/man-pages/man3/timegm.3.html.
- timer_
create ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_create.html.
- timer_
delete ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_delete.html.
- timer_
getoverrun - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_getoverrun.html.
- timer_
gettime ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_getoverrun.html.
- timer_
settime ⚠ - See https://pubs.opengroup.org/onlinepubs/9799919799/functions/timer_getoverrun.html.
- timespec_
get ⚠ - ISO C equivalent to
Sys::clock_gettime. - timespec_
getres ⚠ - ISO C equivalent to
Sys::clock_getres. - tzset⚠
- See https://pubs.opengroup.org/onlinepubs/9799919799/functions/tzset.html.