From 993d9c1024687147bf100d23c2d3bfe4402d7823 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 15 Sep 2025 09:45:11 +0300 Subject: [PATCH] gayming: elaborate on FFXIV TZ weirdness --- gayming/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gayming/README.md b/gayming/README.md index b5a0aaa..eee8ac5 100644 --- a/gayming/README.md +++ b/gayming/README.md @@ -172,3 +172,7 @@ Don't forget time correctly appear as UTC. No idea why it doesn't recognise simple `TZ=Europe/Helsinki`, but whatever, it has to be changed only twice a year until DST is abolished (hopefully soon...) + - WARNING! The variable apparently means "create a new timezone definition + named UTC which is three hours ahead of UTC", which makes it fixing FFXIV + even weirder. + [Explanation](https://unix.stackexchange.com/questions/700623/is-my-zoneinfo-backwards-or-am-i-confused/700632#700632)