Get-TimeZone
取得目前時區或可用時區的清單。
語法
Get-TimeZone
[[-Name] <String[]>]
[<CommonParameters>]
Get-TimeZone
-Id <String[]>
[<CommonParameters>]
Get-TimeZone
[-ListAvailable]
[<CommonParameters>]
Description
此 Cmdlet 僅適用於 Windows 平臺。
Cmdlet Get-TimeZone
會取得目前時區或可用時區的清單。
範例
範例 1:取得目前的時區
Get-TimeZone
此命令會取得目前的時區。
範例 2:取得符合指定字串的時區
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
此命令會取得符合指定通配符的所有時區。
範例 3:取得所有可用的時區
Get-TimeZone -ListAvailable
此命令會取得所有可用的時區。
參數
-Id
指定這個 Cmdlet 取得之時區的標識碼,做為字串陣列。
類型: | String[] |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-ListAvailable
指出此 Cmdlet 會取得所有可用的時區。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定這個 Cmdlet 取得的時區名稱或名稱,做為字串陣列。
類型: | String[] |
Position: | 0 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | True |
輸入
String[]
輸出
備註
PowerShell 包含下列的 Get-TimeZone
別名:
- 所有平臺:
gtz