Skip to main content

now_millis

Function now_millis 

Source
pub fn now_millis() -> i64
Expand description

获取当前时间戳(毫秒)。

WASM 端使用 js_sys::Date::now(),服务端回退到 chrono::Utc