pub fn now() -> SystemTimeExpand 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.
pub fn now() -> SystemTimeWall-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.