Description: Fixed exception can't compare offset-naive and offset-aware datetimes
Author: Joachim Falk joachim.falk@gmx.de
Fixed exception
'TypeError: can't compare offset-naive and offset-aware datetimes'
triggered when DTSTART and EXDATE not both have or not have timez one
information. Fix will propagte time zone information from from DTSTART
to EXDATE if EXDATE does not have a TZ or strip the TZ from EXDATE
when DTSTART does not have time zone information.
Description: Fixed exception can't compare offset-naive and offset-aware datetimes Author: Joachim Falk joachim.falk@gmx.de
Fixed exception 'TypeError: can't compare offset-naive and offset-aware datetimes' triggered when DTSTART and EXDATE not both have or not have timez one information. Fix will propagte time zone information from from DTSTART to EXDATE if EXDATE does not have a TZ or strip the TZ from EXDATE when DTSTART does not have time zone information.