pub fn parse_timestamp_with_fallback(timestamp_str: &str, context: &str) -> u64
Parse timestamp string with fallback to system time on error Logs warnings but never panics - returns current system time on parse failure