aboutsummaryrefslogtreecommitdiff
path: root/tests/recurrence.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-04 06:34:52 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-07 13:10:38 +0200
commit4f75d945436d8c6ddc2deb5936a22bffe94b7ccc (patch)
tree7b12655ffb4fc9b5c05f0e260af61a35a9366fc1 /tests/recurrence.scm
parentAdd script for generating dependency graphs. (diff)
downloadcalp-4f75d945436d8c6ddc2deb5936a22bffe94b7ccc.tar.gz
calp-4f75d945436d8c6ddc2deb5936a22bffe94b7ccc.tar.xz
Merge (datetime util) into (datetime).
Diffstat (limited to 'tests/recurrence.scm')
-rw-r--r--tests/recurrence.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/recurrence.scm b/tests/recurrence.scm
index fad8e7dc..a3720ce8 100644
--- a/tests/recurrence.scm
+++ b/tests/recurrence.scm
@@ -10,7 +10,8 @@
((vcomponent recurrence display) format-recurrence-rule)
((vcomponent recurrence internal) count until)
((vcomponent base) make-vcomponent prop prop* extract)
- ((datetime) parse-ics-datetime datetime time date)
+ ((datetime) parse-ics-datetime datetime time date
+ datetime->string)
((util) -> mod!)
((guile) set!)
((srfi srfi-41) stream->list)