Skip to content
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

Timezone incorrect #235

Closed
edent opened this issue Jun 29, 2023 · 2 comments
Closed

Timezone incorrect #235

edent opened this issue Jun 29, 2023 · 2 comments

Comments

@edent
Copy link

edent commented Jun 29, 2023

I'm currently in BST (UTC +1). After its first NTP update, my Watchy thinks it is in UTC -5.

If I check weather.com from a computer on the same LAN, it correctly geolocates me.

Is there a way to fix this? It looks like there's no way to change timezone on the device - so I assume it's something I have to set in the firmware?

@TimSmith714
Copy link

There's a setting in the settings.h file. I can't remember if there is a setting in the watchy interface itself

#define GMT_OFFSET_SEC 3600 * -5 //New York is UTC -5 EST, -4 EDT, will be overwritten by weather data

I'm in the UK so I've set this to 0 for mine. It does require compiling in the Arduino IDE and updating from a PC.

@edent
Copy link
Author

edent commented Jun 30, 2023

I'm in the UK and set it to +1 - that worked. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants