* For all TZID parameters in DATE-TIME properties, use timezone identifiers

(e.g. Europe/Vienna) instead of timezone names (e.g. CET), as required by
  RFC5545. Timezone names are used together with timezone identifiers in the
  Timezone components.
pull/25/head
Johannes Raggam 2012-03-01 22:48:15 +01:00
rodzic bdcd65be04
commit 73606077cf
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,7 @@ which are not defined in the Olson database.
Instead of the own UTC tzinfo implementation we use pytz UTC tzinfo object now.
About this fork which is not a fork anymore
===========================================

Wyświetl plik

@ -5,6 +5,12 @@ Changelog
3.0.1b2 (unreleased)
--------------------
* For all TZID parameters in DATE-TIME properties, use timezone identifiers
(e.g. Europe/Vienna) instead of timezone names (e.g. CET), as required by
RFC5545. Timezone names are used together with timezone identifiers in the
Timezone components.
[thet]
* Since we use pytz for timezones, also use UTC tzinfo object from the pytz
library instead of own implementation.
[thet]