1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 15:06:00 +02:00
tldr/pages.zh/windows/tzutil.md

16 lines
204 B
Markdown
Raw Normal View History

2019-03-11 23:04:12 +08:00
# tzutil
> 用于显示或配置系统时区的工具.
- 获取当前的时区:
`tzutil /g`
- 显示可用的时区列表:
`tzutil /l`
- 将系统时区设置为特定值:
`tzutil /s {{时区id}}`