1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/windows/tzutil.md
2022-10-04 23:06:23 +08:00

16 lines
315 B
Markdown

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