aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/datetime/output.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:31:21 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-07 21:31:21 +0200
commit0be3fbc78e753bb6f4323457d629de7bea114832 (patch)
tree8377ecc74a888b8e73c21c2f4488952e73de1774 /module/vcomponent/datetime/output.scm
parentMerge path-absolute? and better test running. (diff)
parentAdd pair-of to object system. (diff)
downloadcalp-0be3fbc78e753bb6f4323457d629de7bea114832.tar.gz
calp-0be3fbc78e753bb6f4323457d629de7bea114832.tar.xz
Merge branch 'new-object-system' into c-parser
Diffstat (limited to 'module/vcomponent/datetime/output.scm')
-rw-r--r--module/vcomponent/datetime/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/datetime/output.scm b/module/vcomponent/datetime/output.scm
index 614438da..fb3d0478 100644
--- a/module/vcomponent/datetime/output.scm
+++ b/module/vcomponent/datetime/output.scm
@@ -73,7 +73,7 @@
(let ((s (prop ev 'DTSTART))
(e (prop ev 'DTEND)))
(if e
- (let ((fmt-str (if (date= (get-date s) (get-date e))
+ (let ((fmt-str (if (date= (datetime-date s) (datetime-date e))
(_ "~H:~M")
;; Note the non-breaking space
(_ "~Y-~m-~d ~H:~M"))))