mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 15:58:23 +00:00
Move pages under tldr, lint run.sh, update docs
This commit is contained in:
21
tldr/windows/tzutil
Normal file
21
tldr/windows/tzutil
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, windows]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tzutil
|
||||
|
||||
> A tool for displaying or configuring the system time zone.
|
||||
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/tzutil>.
|
||||
|
||||
- Get the current time zone:
|
||||
|
||||
`tzutil /g`
|
||||
|
||||
- Display a list of available time zones:
|
||||
|
||||
`tzutil /l`
|
||||
|
||||
- Set the system time zone to the specific value:
|
||||
|
||||
`tzutil /s {{timezone_id}}`
|
||||
Reference in New Issue
Block a user