Port: astro/sunclock: Malaysia is in the wrong time zone

Tatsuki Makino tatsuki_makino at hotmail.com
Mon Mar 22 03:17:04 UTC 2021


It looked interesting, so I took a peek. :)

It looks like /usr/local/share/sunclock/Sunclockrc can be overridden by ~/.sunclockrc.
Then, it seems that the time difference applied is using the environment variable TZ.
The following rewrite seems to be applicable.

@@ -X,X +Y,Y @@
-addcity 1|Tokyo|35.683|139.733|JST-9
+addcity 1|Tokyo|35.683|139.733|Asia/Tokyo




More information about the freebsd-ports mailing list