Open
Description
Description
The formatTime function in Helper only considers the hour value without taking minutes into consideration and returns a converted time.
Example
Even though the execution time is 2 hours and 50 minutes, this only returns 2 hours. This should return 2.8
This should display:
Execution Statistics
Execution Time: 2.8 hours
Instead of:
Execution Statistics
Execution Time: 2 hours