pub fn fmt_timestamp( t: &DateTime, format: Format, ) -> Result<String, DateTimeFormatError>
Format a given DateTime as a query string.
DateTime