Module: FacebookGoogleCalendarSync::Timezone

Included in:
Synchroniser
Defined in:
lib/facebook_google_calendar_sync/timezone.rb

Defined Under Namespace

Classes: TimeZoneProxy

Instance Method Summary collapse

Instance Method Details

#with_timezone(target, timezone) ⇒ Object



7
8
9
# File 'lib/facebook_google_calendar_sync/timezone.rb', line 7

def with_timezone target, timezone
  TimeZoneProxy.new(target, timezone)
end