Skip to main content

MAX_PORTABLE_TIMESTAMP_SECONDS

Constant MAX_PORTABLE_TIMESTAMP_SECONDS 

Source
pub const MAX_PORTABLE_TIMESTAMP_SECONDS: u64 = 9_007_199_254_740_991;
Expand description

Largest Unix timestamp represented exactly by JavaScript number.

Applying this effectively-unbounded date range to every target prevents a valid Rust, Kotlin, or Swift value from being silently rounded in JavaScript.