Date
# File lib/icalendar/conversions.rb, line 76 def to_ical s = strftime '%Y%m%dT%H%M%S' # UTC time gets a Z suffix if icalendar_tzid == "UTC" s << "Z" end s end
[Validate]
Generated with the Darkfish Rdoc Generator 2.