cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
670 stars 227 forks source link

custom: Added custom timezone configuration #315

Closed ader1990 closed 4 years ago

ader1990 commented 4 years ago

New config option time_zone was added in the 'custom' section.

Example:

[custom] time_zone = "W. Europe Standard Time"

The time zone will be set during online stage, using: tzutil.exe /s "W. Europe Standard Time"