pub fn get_current_time() -> Result<u64>
Gets the current time as a unix timestamp (seconds since the epoch)
Result<u64>