module Mongoid::Criteria::Queryable::Extensions::TimeWithZone

This module contains additional time with zone behavior.

Public Instance Methods

__evolve_time__() click to toggle source

Evolve the time into a utc time.

@example Evolve the time.

time.__evolve_time__

@return [ Time ] The time in UTC.

@since 1.0.0

# File lib/mongoid/criteria/queryable/extensions/time_with_zone.rb, line 20
def __evolve_time__
  utc
end