pub fn fmt_timestamp(
t: &DateTime,
format: Format,
) -> Result<String, DateTimeFormatError>
Expand description
Format a given [DateTime
] as a string according to an EncodingStrategy
pub fn fmt_timestamp(
t: &DateTime,
format: Format,
) -> Result<String, DateTimeFormatError>
Format a given [DateTime
] as a string according to an EncodingStrategy