You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I provide the value 0.00556 with the format [h]:mm:ss the result is 0:08:00 (which is correct), however when provided the value 0.00555 the result is 0:07:00. I expect that result to be 0:08:00.
When I provide the value
0.00556with the format[h]:mm:ssthe result is0:08:00(which is correct), however when provided the value0.00555the result is0:07:00. I expect that result to be0:08:00.