pub(crate) fn sub_days_datetime<Tz: TimeZone>( dt: DateTime<Tz>, days: i32, ) -> Option<DateTime<Tz>>
Substract the given number of days to the given datetime.
Returns None when it will result in overflow.
None