From: Lady Date: Sun, 15 Dec 2024 00:31:21 +0000 (-0500) Subject: Fix time·zone handling X-Git-Tag: 0.13.3~2 X-Git-Url: https://git.ladys.computer/Shushe/commitdiff_plain/d8f8ff2443740df40b41e7bedfd71f4b3422031f?ds=sidebyside;hp=d8f8ff2443740df40b41e7bedfd71f4b3422031f Fix time·zone handling The variable `UTC0` was mistakenly exported, instead of `TZ` (which has the _value_ `UTC0` and controls the time·zone of Posix commands). ---