-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
12 Hour Clock Formatting Issues #317
Comments
Personally I find 00:xx am to be more obvious when wanting to indicate that it is just past midnight. 12:xx am is ambiguous whether it means midnight or midday imo |
First of all that's a very fair point, I get what you mean, I do see that 00:xx am may feel more explicit/clear for differentiating between midnight and midday, but in a traditional 12 hour clock format, 12:XX AM is midnight |
- References Next-Flip#317 and adds the options `12:XX` and `00:XX` in `Settings > System > Midnight Format` to display the preferred clock format past midnight on all clocks (Desktop, Main Menu MNTM style, Lock screen and Nightstand clock app). "12:30 AM" -> "00:30" OR "12:30".
- Fixes 12hr clock display using the changes described in the PR in Next-Flip/Momentum-Firmware/issues/317. "00:30" OR "12:30".
Describe the bug.
When the 12 hour clock is enabled, the lock screen clock shows a leading zero for single-digit hours, and "12:XXam" is incorrectly shown as "00:XXam"
Reproduction
Make sure 12h clock is enabled
check lockscreen
Target
No response
Logs
No response
Anything else?
the leading zero issue is also present in the status bar clock, like the official firmware. If this is actually a system limitation, I understand it might not be fixable within Momentum Firmware
The text was updated successfully, but these errors were encountered: