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