Skip to content

Instantly share code, notes, and snippets.

@durka
Forked from GuillaumeGomez/long_line
Created April 2, 2016 21:12
Show Gist options
  • Save durka/eb0f897c3e631699d4afaaebf115c840 to your computer and use it in GitHub Desktop.
Save durka/eb0f897c3e631699d4afaaebf115c840 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