til/system/changing-the-timezone.md

7 lines
188 B
Markdown
Raw Permalink Normal View History

2022-01-09 22:55:57 +01:00
You can use `timedatectl` to learn which timezone your computer is using and change it if necessary.
```bash
timedatectl list-timezones
sudo timedatectl set-timezone Europe/Istanbul
```