Allow iCalendar to use UTC for exported date-time.
commit2ad802968bea056eecf9d809c535ee40856320b9
authorRémi Vanicat <vanicat@debian.org>
Fri, 10 Sep 2010 19:58:15 +0000 (10 19:58 +0000)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 14 Sep 2010 12:05:31 +0000 (14 14:05 +0200)
treeb244aa59ffb523f98092d894ad0fd0065e0ef0d7
parent2a688e9aebb898723e4016b535dbdffa5b2cb86e
Allow iCalendar to use UTC for exported date-time.

Define a new variable org-icalendar-use-UTC-date-time that when
non-nil make icalendar exporter to use UTC date-time for better
compatibility with some other software (as GCALDaemon).

* lisp/org-icalendar.el (org-icalendar-use-UTC-date-time): New option.
(org-ical-ts-to-string): Use UTC time when requested.
lisp/org-icalendar.el