| I'm seeing the same issue. You can test it with a shell script/step:
date '+%z'
export TZ=Europe/Berlin
date '+%z'
When running inside the docker agent it return sth like: 0000 0000 So setting the TZ has clearly no effect. When running on the host, where the docker agent is running, directly, it returns the expected result. |