s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

Added world time zones #486

Closed rjsachse closed 1 month ago

rjsachse commented 1 month ago

I have added world time zones from https://github.com/nayarsystems/posix_tz_db/blob/master/zones.json using js. This should be a simple approach for time zones that is not in a long list separated by continents then time zones. I need this as daylight savings is about to start again in Australia and want the timestamp to be correct. I can improve the code if needed