Skip to main content

Module time

Module time 

Source
Available on crate feature time only.
Expand description

Timing and timestamp utilities.

Structs§

TimeUse
A multi-stage profiler with named tags.

Functions§

format_now_local
Format the current local time using a chrono format string.
format_now_utc
Format the current UTC time using a chrono format string.
format_timestamp_local
Format a Unix timestamp (in seconds) as local time.
format_timestamp_utc
Format a Unix timestamp (in seconds) as UTC.
now_micros
Current Unix timestamp in microseconds.
now_millis
Current Unix timestamp in milliseconds.
now_seconds
Current Unix timestamp in seconds.