v.22.2Improvement
Improvement for fromUnixTimestamp64 Functions to Accept Any Integer Value Convertable to Int64
Improvement forfromUnixTimestamp64family functions.. They now accept any integer value that can be converted toInt64. This closes: #14648. #33505 (Andrey Zvonov).
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 toInt64 as the argument to the fromUnixTimestamp64 functions; no additional configuration or enabling is required.