Closed Tooa closed 3 years ago
Thanks for opening your first issue here! Be sure to follow the issue template!
Upstream issue: https://gitlab.alpinelinux.org/alpine/aports/-/issues/12057#note_124235
EDIT: It already accepts the TZ var, but it's not working on arm32 due to the linked issue
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This was fixed upstream
Expected Behavior
When I'm in the Europe/Berlin timezone and I query the API via
curl -X GET --header "X-Api-Key: <token>" http://<instance:port>/api/v1/checks/<uuid>
then I expect thelast_ping
attribute to be in the Europe/Berlin timezoneCurrent Behavior
last_ping
attribute from does not return time in my timezone. It is one hour offSteps to Reproduce
curl -X GET --header "X-Api-Key: <token>" http://<instance:port>/api/v1/checks/<uuid>
Discussion and proposed solution
TZ=Europe/Berlin
that allows to change the timezone of the containerEnvironment
OS: RaspberryPi OS (buster) CPU architecture: arm32 How docker service was installed: from the official docker repo
Command used to create docker container (run/create/compose/screenshot)
Docker logs