v.25.10Bug Fix (user-visible misbehavior in an official stable release)
Fix incorrect handling of pre-epoch dates
Fixed incorrect handling of pre-epoch dates with fractional seconds in various date time related functions, such asparseDateTime64BestEffort,change{Year,Month,Day}andmakeDateTime64. Previously the subsecond part was substracted from seconds instead of adding them. For exampleparseDateTime64BestEffort('1969-01-01 00:00:00.468')was returning1968-12-31 23:59:59.532instead of1969-01-01 00:00:00.468. #85396 (xiaohuanlin).