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).
Fix the formatReadableTimeDelta function to correctly output infinite argument values without implicit conversion to implementation-specific integers.

Why it matters

Previously, the formatReadableTimeDelta 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 the formatReadableTimeDelta function. The fix is applied internally and will correctly format infinite arguments once the update is applied.