This message was deleted.
# rancher-desktop
a
This message was deleted.
f
It looks like the WSL distro doesn't have the zoneinfo database installed (we only recently added it in the Linux/macOS ISO). Can you try to add it manually and see if that fixes the issue? In a Windows shell (cmd.exe or Powershell) run this command:
Copy code
rdctl shell apk add tzdata
👀 1
And then try to deploy your cronjob again. If this fixes your problem, then please file a GitHub issue, so we can update the WSL distro for the next release
r
Copy code
C:\Users\Rick>rdctl shell apk add tzdata
fetch <https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz>
fetch <https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz>
(1/1) Installing tzdata (2024a-r0)
OK: 392 MiB in 74 packages
@fast-garage-66093 thanks so much, after running this I am able to use spec.timeZone with
America/New_York
what github repo should I post the issue to? I'm a bit worried about replicating now that its already fixed
f
All issues should go to the main
rancher-sandbox/rancher-desktop
repo. But don't worry about it; it is a trivial change, and I already made a PR Add tzdata package for CronJob controller by jandubois · Pull Request #93 · rancher-sandbox/rancher-desktop-wsl-distro
🙌 1
✅ 1