v.21.2Improvements
Correctly Output Infinite Arguments for formatReadableTimeDelta Function
Correctly output infinite arguments for formatReadableTimeDelta function. In previous versions, there was implicit conversion to implementation specific integer value. #19791 (alexey-milovidov).Why it matters
Previously, theformatReadableTimeDelta function implicitly converted infinite values to implementation-specific integer representations, which could lead to incorrect or unclear outputs. This fix ensures that infinite arguments are handled and displayed correctly, improving accuracy and clarity for users working with time delta values.How to use it
Users do not need to change their existing usage of theformatReadableTimeDelta function. The fix is applied internally and will correctly format infinite arguments once the update is applied.