Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.5.0
-
None
-
windows 7 32 bit
-
cc5e84c8788a6d6f05dfdf76fc249177ee74dce1
Description
The following ends up in 03:28:36 but should be 20:31:24.
QTime time;
time.setHMS(0,0,0);
time = time.addSecs(2233884);
QLabel label;
label.setText(time.toString("hh:mm:ss"));
label.show();