summaryrefslogtreecommitdiff
path: root/lib/chaos_calendar/README
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chaos_calendar/README')
-rw-r--r--lib/chaos_calendar/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chaos_calendar/README b/lib/chaos_calendar/README
index 90b54973..9d999308 100644
--- a/lib/chaos_calendar/README
+++ b/lib/chaos_calendar/README
@@ -1,9 +1,9 @@
1install libical (/usr/ports/devel/libical) 1install libical (/usr/ports/devel/libical)
2run gen.sh in this directory 2run gen.sh in this directory
3find ical_occurrences ruby extension in ./ 3find chaos_calendar ruby extension in ./
4 4
5irb 5irb
6>> require 'ical_occurrences' 6>> require 'chaos_calendar'
7occ_array = Ical_occurrences::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" ) 7occ_array = Chaos_calendar::occurrences( "20000101T230000", "20091231T230000", "FREQ=DAILY;COUNT=1200" )
8 8
9Be aware that the array is in UTC and will be converted to your local timezone before it is used. 9Be aware that the array is in UTC and will be converted to your local timezone before it is used.