alexjustesen / speedtest-tracker

Speedtest Tracker is a self-hosted application that monitors the performance and uptime of your internet connection.
https://speedtest-tracker.dev/
MIT License
2.93k stars 107 forks source link

Daylight Saving Time is not switching back to Standard Time #1840

Open leuchtrakete666 opened 5 days ago

leuchtrakete666 commented 5 days ago

Describe the bug Daylight Saving Time is not switching back to Standard Time

To Reproduce Steps to reproduce the behavior:

  1. Enter a timezone like Europe/Vienna in the environment variables.
  2. Wait until the switch date.
  3. The time is not changed.
  4. I am using the variables TZ, APP_TIMEZONE and DISPLAY_TIMEZONE

Expected behavior A shift of 1 hour.

alexjustesen commented 5 days ago

Try dropping TZ, you don't need this variable and in the past it's caused some issues at the container level.