pub fn format_datetime_with_timezone<F: TimeZone>(time: &DateTime<F>) -> Stringwhere F::Offset: Display,
Formats a datetime with timezone offset appended.