-
Notifications
You must be signed in to change notification settings - Fork 65
Timezone error for America/Santiago #72
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
Comments
More info:
So the UI is failing to support < and > symbols that is Posix standard for some timezones |
Hi @joyarzun! It seems a bug in the manualPosix, maybe we should force avoiding URL encode. I'm wondering why it didn't work when you set America/Santiago. Have you tried set other NTP server that is not Google? It should work with timezone name. |
Indeed, I've tried with others ntp servers but the result is the same, also I've tried with the eztime lib without success but it's works with America/Sao_Paulo or Pacific/Auckland, so I think we have two issues, first is a bug the the lib (this repo is affected only) and the second is the parsing of Posix timezone |
Has there been any progress on this? I loaded the latest version using America/Denver and its not correct |
Hey. I have a same problem with Europe :/
Le jeu. 20 févr. 2025, 00:49, Tony ***@***.***> a écrit :
… Has there been any progress on this? I loaded the latest version using
America/Denver and its not correct
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB4XDK43OAN7S2AZ4WAO5D32QUKB5AVCNFSM6AAAAABXPNTDFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZQGAZTEMRZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
[image: x0SiN0x]*x0SiN0x* left a comment (jnthas/clockwise#72)
<#72 (comment)>
Has there been any progress on this? I loaded the latest version using
America/Denver and its not correct
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BB4XDK43OAN7S2AZ4WAO5D32QUKB5AVCNFSM6AAAAABXPNTDFSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNZQGAZTEMRZGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Finally got mine working using the "Posix Timezone String". I left the timezone alone and just added "MST7MDT,M3.2.0,M11.1.0" to that Posix setting and working great now. Actually boots faster too which was an interesting side effect. |
Also, please check this issue, it can be the reason |
Ahhh, could be that part mentioned about "port 2342 (UDP)", I allow out NTP (standard 123) and various other required traffic but port 2342 is not on that list. I will need to test this once i get back but i bet that is the case. |
Hello there
I've setup all and it's working but the timezone still appears to be incorrect. I've set America/Santiago and it should show 21:50 but it's showing 1:50. I did change to America/Sao_Paulo and it works. I've changed the NTP server to others but it still continue to showing the same. What else can I do?
I'm using the Mario theme flashed from the web btw
The text was updated successfully, but these errors were encountered: