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

Fix: Changing Server Timezone #158

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Fix: Changing Server Timezone #158

merged 2 commits into from
Nov 12, 2024

Conversation

GODrums
Copy link
Collaborator

@GODrums GODrums commented Nov 12, 2024

Motivation

We want to change the timezone of the server to correctly schedule CRON-jobs, such as the scheduled Slack message.

Description

This PR sets the timezone to Europe/Berlin, which resolves to UTC+1/+2 handling daylight saving time automatically.
Has been tested as preview deployment on the server:
Screenshot 2024-11-12 145458

Testing Instructions

Nothing to test really

Checklist

General

  • PR title is clear and descriptive
  • PR description explains the purpose and changes
  • Code follows project coding standards
  • Self-review of the code has been done
  • Changes have been tested locally
  • Screenshots have been attached (if applicable)
  • Documentation has been updated (if applicable)

Server (if applicable)

  • Code is performant and follows best practices
  • No security vulnerabilities introduced
  • Proper error handling has been implemented
  • Added tests for new functionality
  • Changes have been tested in different environments (if applicable)

@GODrums GODrums self-assigned this Nov 12, 2024
@GODrums GODrums marked this pull request as draft November 12, 2024 13:18
@github-actions github-actions bot added bug Something isn't working application-server size:XS This PR changes 0-9 lines, ignoring generated files. labels Nov 12, 2024
@GODrums GODrums marked this pull request as ready for review November 12, 2024 13:56
@FelixTJDietrich FelixTJDietrich merged commit f0ef20b into develop Nov 12, 2024
4 of 5 checks passed
@FelixTJDietrich FelixTJDietrich deleted the fix/server-timezone branch November 12, 2024 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application-server bug Something isn't working size:XS This PR changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants