PowerShell 技能连载 - 从本地时间以 ISO 格式创建 UTC 时间
如果您的工作是跨国跨时区的,您可能会需要使用 UTC 时间来代替本地时间。要确保时间格式是语言中性的,我们推荐使用 ISO 格式。以下是使用方法:
1 | $date = Get-Date |
PowerShell 技能连载 - 从本地时间以 ISO 格式创建 UTC 时间
http://blog.vichamp.com/2018/06/15/create-universal-time-from-local-time-in-iso-format/