class DateTime
Public Instance Methods
to_utc_time()
click to toggle source
@return [Time]
# File lib/gb_date/date.rb, line 14 def to_utc_time self.to_time.utc end
@return [Time]
# File lib/gb_date/date.rb, line 14 def to_utc_time self.to_time.utc end