class Icalendar::Values::DateTime
Public Instance Methods
google_calendar_representation()
click to toggle source
# File lib/synchrograph/icalendar_monkey_patches/dates_and_datetimes.rb, line 19 def google_calendar_representation { 'dateTime' => self.strftime('%FT%T'), 'timeZone' => tzinfo.name } end