You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Time does not display correctly inside the container. Shows only UTC. TZDATA needs to be corrected... The current short term fix is
To Reproduce
Steps to reproduce the behavior: install and check logs for date/time it was only showing UTC
docker exec in
date
only shows UTC time rather than local time
4.run
docker exec -it varken /bin/sh
apk add --no-cache tzdata
exit
docker restart varken
to fix
Expected behavior
Date/time should be showing the correct date/time for local/reflect what server is set to Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: Ubuntu 18.04.1
Version 1.7.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Time does not display correctly inside the container. Shows only UTC. TZDATA needs to be corrected... The current short term fix is
To Reproduce
Steps to reproduce the behavior: install and check logs for date/time it was only showing UTC
4.run
docker exec -it varken /bin/sh
apk add --no-cache tzdata
exit
docker restart varken
to fix
Expected behavior
Date/time should be showing the correct date/time for local/reflect what server is set to
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: