Skip to content

Instantly share code, notes, and snippets.

@GuillaumeGomez
Created April 2, 2016 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save GuillaumeGomez/418bb9d69bdc637ac7f04a7f0e7931d3 to your computer and use it in GitHub Desktop.
Save GuillaumeGomez/418bb9d69bdc637ac7f04a7f0e7931d3 to your computer and use it in GitHub Desktop.
SystemTime::now().duration_since(UNIX_EPOCH + Duration::from_secs(process.start_time)).unwrap_or(Duration::from_secs(0)).as_secs()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment