You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
ZoneInfo uses the time zone data natively in Linux when selecting a time zone. When you use Windows, that capability isn't there and requires the tzdata module to function. If you don't install the module on Windows, then you will receive an error that ZoneInfo can't find the time zone key.
Branch/Container
master
To Reproduce
Create a job with the time zone defined on a Windows OS using Calm DSL.
Expected behavior
The job should be created without any errors when specifying the time zone.
Findings/Troubleshooting Done
ZoneInfo needs the tzdata module on Windows.
Screenshots
** System Configuration:**
OS: Windows Server 2019
Python: 3.11
The text was updated successfully, but these errors were encountered:
Describe the bug
ZoneInfo uses the time zone data natively in Linux when selecting a time zone. When you use Windows, that capability isn't there and requires the tzdata module to function. If you don't install the module on Windows, then you will receive an error that ZoneInfo can't find the time zone key.
Branch/Container
master
To Reproduce
Create a job with the time zone defined on a Windows OS using Calm DSL.
Expected behavior
The job should be created without any errors when specifying the time zone.
Findings/Troubleshooting Done
ZoneInfo needs the tzdata module on Windows.
Screenshots
** System Configuration:**
The text was updated successfully, but these errors were encountered: