Module datetime

Source
Expand description

Date, time, and timestamp types.

Macrosยง

impl_chrono_wrapper ๐Ÿ”’

Structsยง

Date
InvalidParamsError
Time
Timestamp

Enumsยง

ErrorKind ๐Ÿ”’
FirstI64 ๐Ÿ”’

Constantsยง

LEAP_DAYS ๐Ÿ”’
NORMAL_DAYS ๐Ÿ”’
UNIX_EPOCH_DAYS ๐Ÿ”’
The same as NaiveDate::from_ymd(1970, 1, 1).num_days_from_ce(). Minus this magic number to store the number of days since 1970-01-01.

Functionsยง

get_mouth_days ๐Ÿ”’
return the days of the year-month
is_leap_year ๐Ÿ”’

Type Aliasesยง

Result ๐Ÿ”’