You are not logged in.
I'm in a country with more than one local timezone because in the local language, people read time on the opposite side of the clock. So instead of 12 AM, the time would be 6PM. I wanted to set up a system for some locals here to easily use the "local" local time but of course their timezone isn't officially recognized. Any help or ideas? Hopefully I'm in the right forums to post this.
Last edited by pintert3 (2020-09-11 16:55:38)
Things are never what they seem...
Offline
Is this a timezone issue (ie., related to a UTC offset), or just people culturally reading a clock differently (which is what your post makes it sound like)?
It would be helpful if you supplied details on the locale and the official TZ for the region.
Offline
People culturally tell time differently. The official timezone is Africa/Kampala (EAT), UTC+0300. In the local language, the locals would say the equivalent UTC-0300 time. So it's hard to keep conversations and time calculations fluid using the language. So I thought I might add the timezone.
Things are never what they seem...
Offline
In the local language, the locals would say the equivalent UTC-0300 time.
So can't you just use a UTC-0300 zone?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Well, that option is there, but I was up for the challenge of making the local one. Plus I've also heard of the challenge of day light savings; here there's no daylight savings. So I thought it might be even more of an excuse to make one.
Things are never what they seem...
Offline
So if there is no daylight savings there, why is it a challenge? Why do you want to reinvent the wheel? It sounds like Etc/GMT+3 would be the right zone. If you really just want to include a name in it, just copy Etc/GMT+3 to Africa/Whatever.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Alright
Things are never what they seem...
Offline
Not sure if this will work on Arch, but http://joeyh.name/blog/entry/howto_crea … time_zone/
https://ugjka.net
paru > yay | vesktop > discord
pacman -S spotify-launcher
mount /dev/disk/by-...
Offline
Of course it will work - but again, there's no need to create a new timezone for this as it already exists!
And actually as it is just a GMT offset with no daylight savings and no other noted exceptions, it wouldn't even matter if it existed, you still wouldn't need to create it ... just use it as noted in the "FOO" example in above link.
Try "TZ=EAX+3" or if you don't like EAX, call it something else "TZ=ARCH+3" or "TZ=KMP+3". There's no need to create anything.
Last edited by Trilby (2020-08-23 13:02:36)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
It works, thanks for the help guys.
Things are never what they seem...
Offline
Please remember to mark your thread [SOLVED] (edit the title of your first post).
Offline