[fix] Fix time display
- The time as integer was printed using "/" and "%" operators
- The case where the first digit is 0 was not taken into account, leading to bad time display
- This display bug is fixed, using the conversion to double
@nick.laurenson PTAL
Edited by Julia Sanchez