Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🕒 Zeitzonen-Problem behoben #686

Merged
merged 4 commits into from
May 21, 2024
Merged

🕒 Zeitzonen-Problem behoben #686

merged 4 commits into from
May 21, 2024

Conversation

gnmyt
Copy link
Owner

@gnmyt gnmyt commented May 21, 2024

🕒 Zeitzonen-Problem behoben

Wie in #464 beschrieben bestand das Problem darin, dass je nach Ansicht eine Unterschiedliche Zeitzone genutzt wurde (Übersicht lokale Browserzeit und Statistik Serverzeit). Diese PR behebt dabei die folgenden 2 essenziellen Probleme:

  1. Teststatistik verwendet nun ebenfalls die Browserzeit. Der Server sendet eine UTC-Zeit, die der Browser umkalkuliert
  2. Für Docker-Container wurde Support für die TZ-Variable hinzugefügt, damit Cron-Jobs genau dann laufen, wann sie lokal sollen.

Änderungen vorgenommen an ...

  • Server
  • Client
  • Dokumentation
  • Sonstiges: ___

@gnmyt gnmyt added the bug Something isn't working label May 21, 2024
@gnmyt gnmyt self-assigned this May 21, 2024
@gnmyt gnmyt merged commit fe1b90e into development May 21, 2024
@gnmyt gnmyt deleted the fixes/timezone branch May 21, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Time zone in cron job and Test Statistics page use UTC time. Test Overview uses local time.
1 participant