You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/24 17:55:45 UTC

[GitHub] [airflow] ConstantinoSchillebeeckx edited a comment on issue #14419: ValueError: Invalid timezone

ConstantinoSchillebeeckx edited a comment on issue #14419:
URL: https://github.com/apache/airflow/issues/14419#issuecomment-785260610


   The issue was in my Dockerfile, adding the following resolved things:
   ```
   ENV TZ=America/Los_Angeles
   RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org