aboutsummaryrefslogtreecommitdiff
path: root/tests/tz.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:34:11 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-24 20:34:11 +0200
commitd3afa54144748685d12c159407194e03538e98de (patch)
tree7a260d6ed4e52e2e1c72729a0922551e3790ba97 /tests/tz.scm
parent. (diff)
downloadcalp-d3afa54144748685d12c159407194e03538e98de.tar.gz
calp-d3afa54144748685d12c159407194e03538e98de.tar.xz
Move util modules into calp module..
Diffstat (limited to 'tests/tz.scm')
-rw-r--r--tests/tz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tz.scm b/tests/tz.scm
index 321bb960..8ccd636d 100644
--- a/tests/tz.scm
+++ b/tests/tz.scm
@@ -4,7 +4,7 @@
datetime->unix-time
unix-time->datetime
get-datetime)
- ((util) let-env))
+ ((calp util) let-env))
;; London alternates between +0000 and +0100
(let-env ((TZ "Europe/London"))