pub fn now() -> i64
Returns the current time in seconds since Unix epoch
use thetime::now; println!("{} seconds since Unix epoch", now());