const MAX_SUPPORTED_TIMESTAMP: i64 = 135536014634284799;
Expand description

A maximum Unix timestamp value that is supported by UtcDateTime.

This value corresponds to a date of 4294967295-12-31 23:59:59, where year 4294967295 equals u32::MAX.