petropavel13 / pg_rrule

RRULE data type for PostgreSQL
MIT License
161 stars 29 forks source link

Check if pg_get_timezone_offset() succeeded. #6

Closed groner closed 8 years ago

groner commented 8 years ago

Previously when this failed it would still use UTC (libical checks for offset == 0), but you wouldn't get a warning.

I found this issue while investigating #5.

petropavel13 commented 8 years ago

Great! @groner thanks for your contribution