Module date

Source
Expand description

A time Date abstract data type.

Structs§

Date
A Postgres-compatible Date. Additionally clamp valid dates for the range that chrono supports to allow for safe string operations. Infinite dates are not yet supported.
ProtoDate

Enums§

DateError

Statics§

PG_EPOCH 🔒