pub trait DateTimeUtils {
    fn to_saml_datetime_string(&self) -> String;
}
Expand description

Extensions for chrono::DateTime for nicer functionality

Required Methods

return a DateTime object as a string

Implementations on Foreign Types

return a DateTime object as a string

Implementors