diff options
Diffstat (limited to 'fun/🕰️/bin.lisp')
-rw-r--r-- | fun/🕰️/bin.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/🕰️/bin.lisp b/fun/🕰️/bin.lisp index 8bd8aa136d7d..1f5a2b2e0518 100644 --- a/fun/🕰️/bin.lisp +++ b/fun/🕰️/bin.lisp @@ -37,7 +37,7 @@ ; TODO(sterni): upstream this into local-time (defun setup-default-timezone () - (let* ((tz (uiop:getenv "TZ")) + (let* ((tz (remove #\: (uiop:getenv "TZ") :count 1)) (tz-dir (uiop:getenv "TZDIR")) (tz-file (if (and tz tz-dir) (merge-pathnames |