Skip to main content

Module time

Module time 

Source
Expand description

Re-exports§

pub use crate::header::bits_timespec::timespec;
pub use self::constants::*;

Modules§

constants

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§

asctimeDeprecated
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/asctime.html.
asctime_rDeprecated
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.
ctimeDeprecated
See https://pubs.opengroup.org/onlinepubs/9799919799/functions/ctime.html.
ctime_rDeprecated
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.
timelocalDeprecated
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.