1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 23:06:00 +02:00
tldr/pages/linux/timedatectl.md
Igor Shubovych 5d39eadde1 Linting
2016-01-03 14:45:57 +02:00

19 lines
336 B
Markdown

# timedatectl
> Control the system time and date
- To check the current system clock time
`timedatectl`
- To set the local time of the system clock directly
`timedatectl set-time {{"yyyy-MM-dd hh:mm:ss"}}`
- To list available timezones
`timedatectl list-timezones`
- To change timezones
`timedatectl set-timezone {{timezone}}`