v.22.2Improvement

Improvement for fromUnixTimestamp64 Functions to Accept Any Integer Value Convertable to Int64

Improvement for fromUnixTimestamp64 family functions.. They now accept any integer value that can be converted to Int64. This closes: #14648. #33505 (Andrey Zvonov).
The fromUnixTimestamp64 family of functions now accepts any integer value convertible to Int64.

Why it matters

Previously, fromUnixTimestamp64 functions had limitations on the types of integer inputs they could accept. This improvement allows more flexible input handling by accepting any integer that can be converted to Int64, enhancing usability and reducing errors when working with Unix timestamp conversions.

How to use it

Simply pass any integer value or expression convertible to Int64 as the argument to the fromUnixTimestamp64 functions; no additional configuration or enabling is required.