Find time zone offset with just gps coordinates, without internet connection.
This is a port of ESP32-Timezone-Finder-Component with database from ESP32-Timezone-Database-Generator
Tested with ESP32-S3 powered esp32-8048s070 display module.
- Upload timezone_database.bin to SD card
- Upload sketch using Arduino IDE
- See the result with Serial Monitor
Insert your own coordinates here:
char *timezone = tzdb->find_timezone(tzdb, 31.774373690865584, 35.22144645447546);