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
888 stars 209 forks source link

Update MJPEG2SD.htm #398

Closed rjsachse closed 5 months ago

rjsachse commented 6 months ago

Added Australian Time Zones

s60sc commented 6 months ago

dont want to add more default time zones as dropdown gets too big

rjsachse commented 6 months ago

The issue is daylight savings. All good. I just have to keep adding it in. I personally don't see the issue having a large drop down list. Daylight savings is about to end and all times will be out.

s60sc commented 5 months ago

timezone strings are designed to handle daylight savings

rjsachse commented 5 months ago

I do understand that, that is why I done this pull, so australian times are always correct with daylight savings time throughout the year. Making it user friendly. Right now Adelaide Australia is GMT+10.30 and after next sunday will be GMT+9.30. Adding this pull will make sure times are always correct if in daylight savings or not.

Time zones don't adjust to daylight savings times. Eg this Adelaide string ACST-9:30ACDT,M10.1.0,M4.1.0/3 easier to select from drop down than finding and writing this strings or others with daylight savings

So Adelaide is in 2 different timezones depending on the time of year.