Skip to content

Commit 07563dc

Browse files
author
thefliik
authored
Add note about lack of ical timezone parsing support
1 parent abfdf96 commit 07563dc

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 serialization to/from `ICAL`.
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)