Skip to main content

get_milliseconds_since_epoch

Function get_milliseconds_since_epoch 

Source
pub fn get_milliseconds_since_epoch() -> i64
Expand description

Number of milliseconds since January 1, 1970 Used by time and date functions. It takes the value from the environment:

  • The Operative System
  • The JavaScript environment
  • Or mocked for tests