-
Notifications
You must be signed in to change notification settings - Fork 97
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
setLocation #183
Comments
Yesterday, I experienced a similar issue: no matter what location I set in the code, I always get the same time from Eztime. I tried again this morning, and everything is working fine now. |
Thank you zhoyu458 for commenting. Same here. Working fine again. Guess ezTime hooks up to a server for the time zone thing, that occasionally is offline(?) |
I have a similar issue. It occasionally displays the incorrect time, and upon investigation it appears to be changing to the New Zealand timezone instead of US central time that I want. In 'ezTime.h' I found the lines pertaining to the authors timezone server (timezoned.rop.nl) and decided to try some unskilled hacks. |
...and it happened again this morning. setLocation("se") returns an error and I get GMT (i think) instead. |
I get the wrong time zone!!! fyi lcdPrint below prints on my lcd. "Time Server Sync" works :) But after the setLocation error "Time zone error" which I always get , I seem to end up at GMT or something - anyway one hour ahead of where I am - in Stockholm/Sweden. I have tried "se", GMT-1", "Sweden/Stockholm" but to no avail. Time here is 02:28 but the HawkTZ object below reports 01:28
Please advise!!!
The text was updated successfully, but these errors were encountered: