Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ the schedule's start_time. Schedule start times are supported as:
ice_cube implements its own hash-based .to_yaml, so you can quickly (and
safely) serialize schedule objects in and out of your data store

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

``` ruby
yaml = schedule.to_yaml
Expand Down