tplaner / When

PHP Date Recursion library

Home Page:https://github.com/tplaner/When

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I use a date parameter for UNTIL within RRULE ?

mariegendron opened this issue · comments

I don't know how to use a date parameter for UNTIL ?

RRULE:FREQ=YEARLY;UNTIL=20000131T090000Z

And what means the letter Z at the end ?

Your code sounds really great !
I just need to try it more !

Year: 2000
Month: 01
Day: 31
Hour: 09
Minute: 00
Seconds: 00
Timezone: Zulu (UTC/GMT)

The date is in ISO 8601 format.