Date32

The Date32 data type stores a calendar date, supporting a wide range of dates similar to DateTime64. It is internally represented as a signed 32-bit integer, where the value signifies the number of days that have passed since January 1, 1970. Negative values represent dates before January 1, 1970.

Updated