PowerShell 技能连载 - PowerShell 5.1 中的时区管理

PowerShell 5.1(随 Windows 10 和 Server 2016 发布)带来一系列管理计算机时区的新 cmdlet。Get-TimeZone 返回当前的设置,而 Set-TimeZone 可以改变时区设置:

PS C:\> Get-TimeZone

Id                         : W. Europe Standard Time
DisplayName                : (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm,
                             Vienna
StandardName               : W. Europe Standard Time
DaylightName               : W. Europe Daylight Time
BaseUtcOffset              : 01:00:00
SupportsDaylightSavingTime : True

PowerShell 技能连载 - PowerShell 5.1 中的时区管理

http://blog.vichamp.com/2016/11/18/time-zone-management-in-powershell-5-1/

作者

吴波

发布于

2016-11-18

更新于

2022-07-06

许可协议

评论