Module mz_repr::adt::date

source ·
Expand description

A time Date abstract data type.

Structs

  • 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.

Enums