Settings
Help

systemtime_strftime

Function systemtime_strftime 

Source
fn systemtime_strftime<T>(dt: T, format: &str) -> Result<String>
where T: Into<OffsetDateTime>,
Expand description

Generic helper function that attempts to convert a type that has an Into<OffsetDateTime> implementation into a formatted date string.