From f1d63ccf6b817e88fdc6274a3904106985049719 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Mon, 23 Aug 2021 14:51:21 +1000 Subject: updating timezone conversion example --- pages/index.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.org b/pages/index.org index 0320495..3dbff1c 100644 --- a/pages/index.org +++ b/pages/index.org @@ -75,13 +75,13 @@ We will watch [[https://lca2021.linux.org.au/schedule/presentation/58/][A Compre To convert time using GNU coreutils available in common GNU/Linux distributions, first check the timezone on your computer: #+begin_src sh $ ls -l /etc/localtime -lrwxrwxrwx 1 root root 41 May 1 00:58 /etc/localtime -> ../usr/share/zoneinfo/Australia/Perth +lrwxrwxrwx 1 root root 41 May 1 00:58 /etc/localtime -> ../usr/share/zoneinfo/Europe/Zurich #+end_src If you are happy with the output, invoke #+begin_src sh $ date -d '2021-08-23 20:00 UTC+10' -Mon 23 Aug 18:00:00 AWST 2021 +Mon 23 Aug 11:00:00 CEST 2021 #+end_src * Code of Conduct -- cgit v1.2.3