pub fn add_n_years_nanos(unix_nanos: UnixNanos, n: u32) -> Result<UnixNanos>
Add n years to a given UNIX nanoseconds timestamp.
n
Returns an error if the resulting timestamp is out of range or invalid.