https://bugs.kde.org/show_bug.cgi?id=276970
oldherl <oldh...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |oldh...@gmail.com --- Comment #4 from oldherl <oldh...@gmail.com> --- This also affects kmines: https://bugs.kde.org/show_bug.cgi?id=448364 I propose to have a "flexible" format or a "long minutes" format, so that the time string extends when it is greater than 1 hour. ``` Format Example1 Example2 --------------------------------------- HourMinSec 00:04:05 01:02:03 MinSecOnly 04:05 02:03 FlexibleHourMinSec 04:05 01:02:03 LongMinSec 04:05 62:03 ``` Using the "long minutes" format, a time period longer than 60 minutes (or even a day) could be represented, whilethe the string representation for ordinary short time periods are kept the same and easy to read. -- You are receiving this mail because: You are watching all bug changes.