pull/42/head
Johannes Raggam 2012-03-19 18:16:07 +01:00
rodzic 0d219c2229
commit 9a9349c30b
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -542,7 +542,6 @@ class vDatetime:
return dt.strftime("%Y%m%dT%H%M%SZ")
elif tzid:
self.params.update({'TZID': tzid})
# return "TZID=%s;%s" % (timezone, self.dt.strftime("%Y%m%dT%H%M%S")) The timezone should not be printed with the date, but rather in the containing component.
return dt.strftime("%Y%m%dT%H%M%S")
def from_ical(ical, timezone=None):