Azure / aksArc

# Welcome to the Azure Kubernetes Service enabled by Azure Arc (AKS Arc) repo This is where the AKS Arc team will track features and issues with AKS Arc. We will monitor this repo in order to engage with our community and discuss questions, customer scenarios, or feature requests. Checkout our projects tab to see the roadmap for AKS Arc!
MIT License
113 stars 45 forks source link

[BUG] Windows worker wrong default timezone (Pacific Standard Time instead of UTC) #361

Open adestis-mf opened 1 year ago

adestis-mf commented 1 year ago

Describe the bug The timezone on Windows worker nodes is set to Pacific time - shoult be UTC like in Azure AKS

To Reproduce Deploy a Windows worker pool on AKS HCI cluster.

Expected behavior The timezone should be set to UTC by default

Screenshots

PS C:\Users\Administrator> get-timezone

Id                         : Pacific Standard Time
DisplayName                : (UTC-08:00) Pacific Time (US & Canada)
StandardName               : Pacific Standard Time
DaylightName               : Pacific Daylight Time
BaseUtcOffset              : -08:00:00
SupportsDaylightSavingTime : True

Environment (please complete the following information):

Additional context Seems like it is set to the timezone of the engineering team ;) - Redmond

Collect log files

SummerSmith commented 1 year ago

We have created a bug internally to track this. Thank you!