Banglejs locale module time() function #2117
Unanswered
espruino-discuss2
asked this question in
Bangle.js
Replies: 1 comment
-
|
Posted at 2020-10-27 by @gfwilliams Thanks! Just fixed - looks like I made a stupid copy/paste bug when updating it previously :( espruino/Espruino@c6d011c#diff-6806dd1c5d7ec9c0799a6b305b26773269ea2af4c710e1703753f25fe2706971 If you install a locale from the 'Languages' app it'll override the default module and fix this though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2020-10-26 by Abhigkar
I was trying to extend BangleJS locale module to localize time and observed that time() function is not giving the expected result.
from this https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/locale.js#L9 it looks like this is a bug.
and it should be
Beta Was this translation helpful? Give feedback.
All reactions