Module mysql::chrono::naive[][src]

Date and time types which do not concern about the timezones.

They are primarily building blocks for other types (e.g. TimeZone), but can be also used for the simpler date and time handling.

Structs

IsoWeek

ISO 8601 week.

Constants

MAX_DATE

The maximum possible NaiveDate (December 31, 262143 CE).

MIN_DATE

The minimum possible NaiveDate (January 1, 262145 BCE).