The xTimeZone module the xTimeZone DSC resource for setting the timezone on a machine.
Please check out common DSC Resources contributing guidelines.
- TimeZone: Specifies the Time Zone. To discover all valid time zones for this property, use this PowerShell command:
[System.TimeZoneInfo]::GetSystemTimeZones().Id - IsSingleInstance: Specifies if the resource is a single instance, the value must be 'Yes'
- Initial release with the following resource:
- xTimeZone
- Changed xTimeZone key to IsSingleInstance
In the Examples folder, SetTimeZone.ps1 demonstrates how to set the local time zone to "Tonga Standard Time".