FossifyOrg / Clock

Combination of a beautiful clock with widget, alarm, stopwatch & timer, no ads
https://www.fossify.org
GNU General Public License v3.0
181 stars 12 forks source link

When displaying 24 hour time, digits should be padded #52

Open mintsoft opened 3 months ago

mintsoft commented 3 months ago

Checklist

Feature description

The default time format (9:42:01) looks odd to my British eyes without the leading zero. There doesnt seem to be anywhere to customize this or turn on 24hr clock mode etc.

Why do you want this feature?

User preference and familiarity. As a 24hr time user, it is easier for me to recognize and read the time in consistent formats.

Additional information

No response

Aga-C commented 3 months ago

There should be an option to switch between 12 and 24 hour system, but there shouldn't be an option for setting leading zero. We should always pad 24 hour time, and leave 12 hour as it is.

mintsoft commented 3 months ago

Yeah I agree with that, so I guess the bug is that 24 hour time isn't padded currently as the clock does show (for example) 14:43:50 but not 09:02:54