Azure / aksArc

# Welcome to the Azure Kubernetes Service on Azure Stack HCI repo This is where the AKS-HCI team will track features and issues with AKS-HCI. 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-HCI!
MIT License
109 stars 45 forks source link

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

Open adestis-mf opened 7 months ago

adestis-mf commented 7 months 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 7 months ago

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