< #
.SYNOPSIS
This script displays those time zones that do NOT support
daylight savings time.
.DESCRIPTION
This script uses .NET to get the time zones defined on a system
then displays those that do not suport daylight savings time.
.NOTES
File Name : Get-NoDstTimeZones.ps1
Author : Thomas Lee – tfl @psp .co.uk
Requires : PowerShell… Read the full text.