码迷,mamicode.com
首页 > 系统相关 > 详细

使用powershell来设置时间

时间:2018-04-17 11:31:10      阅读:339      评论:0      收藏:0      [点我收藏+]

标签:als   fse   stand   kong   ports   使用   ref   clu   ase   

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/set-date?view=powershell-6

Set-Date "2018-04-17 09:20:28"

 

Set-Date "2018-04-17 09:27:20+08:00"

 

Get-Date

 

https://docs.microsoft.com/en-us/powershell/module/Microsoft.PowerShell.Management/Set-TimeZone?view=powershell-6

PS C:\Users\clu\Desktop> Get-TimeZone


Id : China Standard Time
DisplayName : (UTC+08:00) Beijing, Chongqing, Hong Kong, Urumqi
StandardName : China Standard Time
DaylightName : China Daylight Time
BaseUtcOffset : 08:00:00
SupportsDaylightSavingTime : False

 

列出所有的时区

Get-TimeZone -ListAvailable

 

使用powershell来设置时间

标签:als   fse   stand   kong   ports   使用   ref   clu   ase   

原文地址:https://www.cnblogs.com/chucklu/p/8861845.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!