v.23.9Improvement
Add Sub-Second Precision to formatReadableTimeDelta
Add sub-second precision to formatReadableTimeDelta. #54250 (Andrey Zvonov).Why it matters
This feature enhances theformatReadableTimeDelta function by allowing it to display time intervals with precision finer than one second, providing more accurate and detailed time delta representations for users.How to use it
Users can simply use theformatReadableTimeDelta function as before; the output now includes sub-second details automatically when applicable. No additional configuration is required.