Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
890 stars 284 forks source link

#define RTC_TIME_ZONE How to get Mountain Standard Time? (GMT-7) #121

Closed ShotokuTech closed 3 years ago

ShotokuTech commented 3 years ago

Hi I appreciate all the hard work on this library. I just struggle with this one thing. In LVGL SimpleWatch, what is the correct value for #define RTC_TIME_ZONE to get Mountain Standard Time? (GMT-7) Thanks!

lewisxhe commented 3 years ago

You can check here https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv

ShotokuTech commented 3 years ago

Excellent! Thanks.