# File lib/icalendar/tzinfo.rb, line 78 def dtstart local_start.to_datetime.strftime("%Y%m%dT%H%M%S") end
# File lib/icalendar/tzinfo.rb, line 57 def offset_from a = previous_offset.utc_total_offset sprintf("%2.2d%2.2d", (a / 3600).to_i, ((a / 60) % 60).to_i) end
Generated with the Darkfish Rdoc Generator 2.