From 457733c5f484024d942150fa54ea207251fa332b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 29 Sep 2023 12:51:47 +0300 Subject: [PATCH] Created Timezone (markdown) --- Timezone.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Timezone.md diff --git a/Timezone.md b/Timezone.md new file mode 100644 index 0000000..dd9bf05 --- /dev/null +++ b/Timezone.md @@ -0,0 +1,18 @@ +1. At Windows, sync to ntp timeserver. Examples: + - `time.windows.com` + - `ntp.ubuntu.com` + - `ntp1.kolumbus.fi` + +2. Dual boot to Qubes OS. At desktop top right calendar/time, set timezone to Etc/UTC. + +3. At server and it's KVM VMs, edit `/etc/timezone` to `Etc/UTC`. + +4. Update time at server: + +``` +sudo apt -y install ntpdate + +sudo ntpdate ntp.ubuntu.com +``` + +5. Now local time shows correctly at webbrowser, like for example at Friend Desktop https://github.com/wekan/wekan/wiki/Friend