### Summary How to set the default timezone? Currently, the timezone always seems to be UTC. ### Additional details ``` wasmer run --env 'TZ=Asia/Shanghai' wasmer/bash bash-dist# date Thu May 28 08:10:22 2026 bash-dist# date +%z +0000 ```
Summary
How to set the default timezone?
Currently, the timezone always seems to be UTC.
Additional details