format_datetime_with_timezone_format

Function format_datetime_with_timezone_format 

Source
pub fn format_datetime_with_timezone_format<F: TimeZone>(
    time: &DateTime<F>,
    format_str: &str,
) -> String
where F::Offset: Display,
Expand description

Formats a datetime with custom format and timezone offset.