mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-14 13:09:37 +01:00
7 lines
188 B
Markdown
7 lines
188 B
Markdown
|
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
|
||
|
```
|