v.21.6Improvement
dateDiff Enhancements for DateTime64 Support
dateDiffnow works withDateTime64arguments (even for values outside ofDateTimerange) #22931 (Vasily Nemkov).
Why it matters
This feature extends the functionality of thedateDiff function to handle high-precision datetime values and dates outside the usual DateTime range, enabling more accurate and flexible time difference calculations for users working with DateTime64 data types.How to use it
Use thedateDiff function as before, but now you can pass DateTime64 values as arguments without any additional configuration or changes in syntax.