now

Function now 

Source
pub fn now() -> i64
Expand description

Returns the current time in seconds since Unix epoch

§Examples

use thetime::now;
println!("{} seconds since Unix epoch", now());