TIL: Changing the timezone

This commit is contained in:
Asocia 2022-01-10 00:55:57 +03:00
parent 3bfadc860e
commit b344833985

View File

@ -0,0 +1,6 @@
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
```