1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00
php-rrule/tests
David Stone 9fd853882c Fix error when timezone is an offset instead of an olson name. (#61)
* 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.
2019-01-13 10:29:25 +01:00
..
bootstrap.php Test enhancement (#52) 2018-05-15 17:41:41 +01:00
RfcParserTest.php Test enhancement (#52) 2018-05-15 17:41:41 +01:00
RRuleTest.php Fix error when timezone is an offset instead of an olson name. (#61) 2019-01-13 10:29:25 +01:00
RSetTest.php Test enhancement (#52) 2018-05-15 17:41:41 +01:00