pub fn fmt_timestamp(
    t: &DateTime,
    format: Format
) -> Result<String, DateTimeFormatError>