Trait edtf::GetTimezone [−][src]
Expand description
A helper trait for getting timezone information from some value. (Especially chrono::DateTime or chrono::NaiveDateTime.)
Implementations for the chrono types are included with feature = ["chrono"].
Not implemented on DateTime because this is only used as a bound on impl<T> From<T> for DateTime
implementations.
Required methods
Implementations on Foreign Types
This implementation maps to an EDTF timestamp without any timezone information attached.
This implementation maps to an EDTF timestamp with a Z on the end.
This implementation maps to an EDTF timestamp with a timezone offset like +04:00.
This implementation maps to an EDTF timestamp with a timezone offset like +04:00.