Skip to main content

now

Function now 

Source
pub fn now() -> SystemTime
Expand description

Wall-clock reading. On native this is std::time::SystemTime::now(); on WASM it goes through Date.now() so it doesn’t panic on wasm32-unknown-unknown.