From b344833985ae981b2c6275808378d6797865616f Mon Sep 17 00:00:00 2001 From: Asocia Date: Mon, 10 Jan 2022 00:55:57 +0300 Subject: [PATCH] TIL: Changing the timezone --- system/changing-the-timezone.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 system/changing-the-timezone.md diff --git a/system/changing-the-timezone.md b/system/changing-the-timezone.md new file mode 100644 index 0000000..9eb7ce0 --- /dev/null +++ b/system/changing-the-timezone.md @@ -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 +```