You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/05/06 12:45:02 UTC

[GitHub] [incubator-superset] klazaj commented on issue #9743: How can I change the timezone displayed on Superset logs?

klazaj commented on issue #9743:
URL: https://github.com/apache/incubator-superset/issues/9743#issuecomment-624627101


   @dpgaspar I fixed it by adding the following lines to the Dockerfile:
   
   ```
   ENV TZ Europe/Amsterdam
   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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org