v.22.3Backward Incompatible Changes
Change toDatetime Behavior to Saturate at Min/Max Limits
Change implementation specific behavior on overflow of function toDatetime. It will be saturated to the nearest min/max supported instant of datetime instead of wraparound. This change is highlighted as "backward incompatible" because someone may unintentionally rely on the old behavior. #32898 (HaiBo Li).