pub fn format_datetime_with_timezone_format<F: TimeZone>( time: &DateTime<F>, format_str: &str, ) -> Stringwhere F::Offset: Display,
Formats a datetime with custom format and timezone offset.