pub fn current_timestamp() -> u64
Get current Unix timestamp in seconds
Uses unwrap_or_default() to safely handle potential system time errors by falling back to epoch (0) rather than panicking.
unwrap_or_default()