mirror of
https://github.com/sahinakkaya/til.git
synced 2025-07-08 04:39:40 +03:00
TIL: Changing the timezone
This commit is contained in:
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
|
||||
```
|
Reference in New Issue
Block a user