aboutsummaryrefslogtreecommitdiff
path: root/vcalendar/datetime.scm
diff options
context:
space:
mode:
Diffstat (limited to 'vcalendar/datetime.scm')
-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)