Skip to main content

now_ms

Function now_ms 

Source
pub fn now_ms() -> i64
Expand description

Get current timestamp in milliseconds.

  • Native: Uses std::time
  • WASM: Uses js_sys::Date