pub fn now() -> SystemTime
Expand description
Get the current time.
This supports changing the default SystemTime::now
, on platforms where
that’s not supported (wasm32-unknown-unknown
).
pub fn now() -> SystemTime
Get the current time.
This supports changing the default SystemTime::now
, on platforms where
that’s not supported (wasm32-unknown-unknown
).