Function parse_timestamp_with_fallback

Source
pub fn parse_timestamp_with_fallback(timestamp_str: &str, context: &str) -> u64
Expand description

Parse timestamp string with fallback to system time on error Logs warnings but never panics - returns current system time on parse failure