pub fn seconds() -> u64
Returns the current time in seconds
use light_tool::timestamp; println!("second timestamp: {}", timestamp::seconds());