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