I’m noticing that date and time in a docker image is wrong.
Right now:
Fri Apr 26 23:49:16 UTC 2024
while in reality now:
Sat Apr 27 01:50:01 CEST 2024
in the alpine host, not being correct either (but that may be fixed probably more easily)
Share and learn in the Docker community.
I’m noticing that date and time in a docker image is wrong.
Right now:
Fri Apr 26 23:49:16 UTC 2024
while in reality now:
Sat Apr 27 01:50:01 CEST 2024
in the alpine host, not being correct either (but that may be fixed probably more easily)
This just means that the timezone configured in that specific image isn’t yours. Nothing wrong