diff --git a/fun/🕰️/bin.lisp b/fun/🕰️/bin.lisp index 8bd8aa136..1f5a2b2e0 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