Get-TimeZone
Gets the current time zone or a list of available time zones.
Syntax
Get-TimeZone
[[-Name] <String[]>]
[<CommonParameters>]
Get-TimeZone
-Id <String[]>
[<CommonParameters>]
Get-TimeZone
[-ListAvailable]
[<CommonParameters>]
Description
This cmdlet is only available on the Windows platform.
The Get-TimeZone
cmdlet gets the current time zone or a list of available time zones.
Examples
Example 1: Get the current time zone
Get-TimeZone
This command gets the current time zone.
Example 2: Get time zones that match a specified string
Get-TimeZone -Name "*pac*"
Pacific Standard Time (Mexico)
(UTC-08:00) Pacific Time (US & Canada)
Pacific Standard Time
SA Pacific Standard Time
Pacific SA Standard Time
West Pacific Standard Time
Central Pacific Standard Time
This command gets all time zones that match the specified wildcard.
Example 3: Get all available time zones
Get-TimeZone -ListAvailable
This command gets all available time zones.
Parameters
-Id
Specifies, as a string array, the ID or IDs of the time zones that this cmdlet gets.
Type: | String[] |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ListAvailable
Indicates that this cmdlet gets all available time zones.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Name
Specifies, as a string array, the name or names of the time zones that this cmdlet gets.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | True |
Inputs
String[]
Outputs
Notes
PowerShell includes the following aliases for Get-TimeZone
:
- All platforms:
gtz