mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Changing the timezone
This commit is contained in:
parent
3bfadc860e
commit
b344833985
6
system/changing-the-timezone.md
Normal file
6
system/changing-the-timezone.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user