pub fn add_n_months(datetime: DateTime<Utc>, n: u32) -> Result<DateTime<Utc>>
Add n months to a chrono DateTime<Utc>.
n
DateTime<Utc>
Returns an error if the resulting date would be invalid or out of range.