class DateTime

Add #gmtime method if needed.

Public Instance Methods

gmtime() click to toggle source
# File lib/devise/orm/data_mapper/date_time.rb, line 4
def gmtime
  self.new_offset(0)
end