about summary refs log tree commit diff
path: root/fun
diff options
context:
space:
mode:
Diffstat (limited to 'fun')
-rw-r--r--fun/🕰️/bin.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fun/🕰️/bin.lisp b/fun/🕰️/bin.lisp
index 8bd8aa136d..1f5a2b2e05 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