petropavel13 / pg_rrule

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

DTSTART causes error #7

Closed sleistner closed 8 years ago

sleistner commented 8 years ago

Defining the following rule FREQ=DAILY;DTSTART=20151130T230000Z;UNTIL=20151204T230000Z;WKST=WE;BYDAY=TU,TH

causes

MALFORMEDDATA: An input string was not correctly formed or a component has missing or extra properties

Seems DTSTART is causing the issue.

yolissa commented 8 years ago

Hi ! I currently have the same issue. How did you fix it ?

sleistner commented 8 years ago

Hi, I didn't fix it

AntJanus commented 8 years ago

What did you do then?