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/05 18:40:15 UTC

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

klazaj opened a new issue #9743:
URL: https://github.com/apache/incubator-superset/issues/9743


   This are the `HEALTHCHECK` logs:
   ![image](https://user-images.githubusercontent.com/22456202/81102743-5a922f80-8f10-11ea-9056-6e27870c86ff.png)
   
   The time shows as 18:36, when the real time is 20:36. How can I change the 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


[GitHub] [incubator-superset] dpgaspar removed a comment on issue #9743: How can I change the timezone displayed on Superset logs?

Posted by GitBox <gi...@apache.org>.
dpgaspar removed a comment on issue #9743:
URL: https://github.com/apache/incubator-superset/issues/9743#issuecomment-624543204


   Change the OS 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


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

Posted by GitBox <gi...@apache.org>.
dpgaspar commented on issue #9743:
URL: https://github.com/apache/incubator-superset/issues/9743#issuecomment-624543204


   Change the OS 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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
klazaj edited a comment 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
   ```
   
   The previous default timezone was etc/UTC


----------------------------------------------------------------
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