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

🐛 Set timezone to Europe/London (successfully, this time) #229

Merged
merged 2 commits into from
Apr 15, 2021
Merged

Commits on Apr 8, 2021

  1. Verify that we are installing an existing timezone

    We are currently running the application on UTC timezone because there
    isn't any `/etc/localtime` file on the server
    
    This change adds a (currently failing) build-time check for existence of
    the timezone file we are trying to use
    sldblog committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    b6dc7cb View commit details
    Browse the repository at this point in the history
  2. Make sure we have Europe/London timezone available

    Fixes the build check introduced in the previous commit
    sldblog committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    774f922 View commit details
    Browse the repository at this point in the history