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