aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/datetime.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-08 13:14:34 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-08 13:14:34 +0100
commite7c471cb50bf92debc6e28ef5e45d0c5e4b3da3c (patch)
treec6f59fc9464d5c9ea704c1c05a6b6f57be13bd2f /vcalendar/datetime.scm
parentGot DAILY repeating event! (diff)
downloadcalp-e7c471cb50bf92debc6e28ef5e45d0c5e4b3da3c.tar.gz
calp-e7c471cb50bf92debc6e28ef5e45d0c5e4b3da3c.tar.xz
Made DTSTART have <time> instead of <date> type.
Diffstat (limited to '')
-rw-r--r--vcalendar/datetime.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/vcalendar/datetime.scm b/vcalendar/datetime.scm
index af8382c8..9f47f5c3 100644
--- a/vcalendar/datetime.scm
+++ b/vcalendar/datetime.scm
@@ -7,7 +7,9 @@
(define (parse-datetime dtime)
"Parse the given date[time] string into a date object."
- (localize-date
+ ;; localize-date
+
+ (date->time-utc
(string->date
dtime
(case (string-length dtime)