mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-02-20 09:54:16 +01:00
* Fix error when timezone is an offset instead of an olson name. intl returns the error "datefmt_create: no such time zone: '-05:00': U_ILLEGAL_ARGUMENT_ERROR" if a DateTime object is passed as the second parameter into the RRule constructor. IntlDateFormatter::create() needs the offset to be prefixed with GMT, go figure.