Object
# File lib/icalendar/tzinfo.rb, line 88 def ical_offset o = utc_total_offset sprintf '%+-2.2d%2.2d', (o / 3600).to_i, ((o / 60) % 60).to_i end
[Validate]
Generated with the Darkfish Rdoc Generator 2.