# File lib/ri_cal/property_value/date_time/timezone_support.rb, line 51
        def utc
          if has_local_timezone?
            @utc ||= timezone.local_to_utc(self)
          else  # Already local or a floating time
            self
          end
        end