Modules§
Macros§
- format_
date_ time_ utc - Formats a [
DateTime<Utc>
] according to the specified pattern. - format_
date_ time_ utc_ default - Formats a [
DateTime<Utc>
] date and time according to the builtin formatter default pattern([DateTimePattern::YyyyMmDdHhMmSs
]). - format_
naive_ date_ time - Formats a [
NaiveDateTime
] according to the specified pattern. - format_
naive_ date_ time_ default - Formats a [
NaiveDateTime
] according to the builtin formatter default pattern([DateTimePattern::YyyyMmDdHhMmSs
]). - format_
naive_ date_ time_ utc - Formats a [
NaiveDateTime
] -> [DateTime<Utc>
] according to the specified pattern. - format_
naive_ date_ time_ utc_ default - Formats a [
NaiveDateTime
] according to the builtin formatter default pattern([DateTimePattern::YyyyMmDdHhMmSs
]).