tldr/pages.zh/windows/tzutil.md

17 lines
315 B
Markdown
Raw Normal View History

2019-03-11 15:04:12 +00:00
# tzutil
> 用于显示或配置系统时区的工具。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/tzutil>.
2019-03-11 15:04:12 +00:00
- 获取当前的时区:
2019-03-11 15:04:12 +00:00
`tzutil /g`
- 显示可用的时区列表:
2019-03-11 15:04:12 +00:00
`tzutil /l`
- 将系统时区设置为特定值:
2019-03-11 15:04:12 +00:00
2019-10-18 03:33:27 +01:00
`tzutil /s {{时区 id}}`