I think it looks the same because you're before 1pm?
It does depend on what locale you have and whether you have 12 hour set in your bangle.js settings (under Locale).
But looking at the (default) code at https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/locale.js#L11C2-L12C36
The logic seems to be:
But then if you install a language-specific locale, you get: 16:00:04 or similar (just seconds, no meridian) in pretty much all cases: https://github.com/espruino/BangleApps/blob/master/apps/locale/locales.js#L74
16:00:04
So I'd be tempted to change the default implementation for the Bangle to work the same way?
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think it looks the same because you're before 1pm?
It does depend on what locale you have and whether you have 12 hour set in your bangle.js settings (under Locale).
But looking at the (default) code at https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/locale.js#L11C2-L12C36
The logic seems to be:
But then if you install a language-specific locale, you get:
16:00:04
or similar (just seconds, no meridian) in pretty much all cases: https://github.com/espruino/BangleApps/blob/master/apps/locale/locales.js#L74So I'd be tempted to change the default implementation for the Bangle to work the same way?