Skip to content

Commit f3c69c5

Browse files
authored
Merge pull request #454 from thefliik/patch-2
Update README with RDATE support
2 parents 25eb41f + 07563dc commit f3c69c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ the schedule's start_time. Schedule start times are supported as:
136136
ice_cube implements its own hash-based .to_yaml, so you can quickly (and
137137
safely) serialize schedule objects in and out of your data store
138138

139-
It also supports partial serialization to/from `ICAL`. `RDATE` are not supported yet.
139+
It also supports partial serialization to/from `ICAL`. Parsing datetimes with time zone information is not currently supported.
140140

141141
``` ruby
142142
yaml = schedule.to_yaml

0 commit comments

Comments
 (0)