Expand description
time
module provides re-export of WASM32-compatible Instant
and provides
platform neutral implementations for unixtime_as_millis_u128()
and
unixtime_as_millis_f64()
.
Structs§
- Duration
- re-export of
instant
crate supporting native and WASM implementations ADuration
type to represent a span of time, typically used for system timeouts.
Enums§
Constants§
Functions§
- init_
desired_ time_ format - now
- re-export of
instant
crate supporting native and WASM implementations The current time, expressed in milliseconds since the Unix Epoch. - unixtime_
as_ millis_ f64 - unixtime_
as_ millis_ u64 - unixtime_
as_ millis_ u128 - unixtime_
to_ locale_ string
Type Aliases§
- Instant
- re-export of
instant
crate supporting native and WASM implementations - System
Time - re-export of
instant
crate supporting native and WASM implementations