aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/datetime
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 21:11:16 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 21:11:16 +0200
commit987b1e0e574007b272b04605f3b57d420bde4fb4 (patch)
tree003c430e6a46cbcff09f60d9783f861506115de8 /module/vcomponent/datetime
parentAdd tests for href stuff. (diff)
parentDocument type and object system. (diff)
downloadcalp-987b1e0e574007b272b04605f3b57d420bde4fb4.tar.gz
calp-987b1e0e574007b272b04605f3b57d420bde4fb4.tar.xz
Merge remote-tracking branch 'origin/new-object-system' into datarewrite-structures
Diffstat (limited to 'module/vcomponent/datetime')
-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 736db0a4..1226fc44 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))
(G_ "~H:~M")
;; Note the non-breaking space
(G_ "~Y-~m-~d ~H:~M"))))