const MIN_SUPPORTED_TIMESTAMP: i64 = -62135596800;
Expand description

A minimum Unix timestamp value that is supported by UtcDateTime.

This value corresponds to a date of 1-1-1 00:00:00. Year 0 isn’t allowed.