Module: Mongoid::Criteria::Queryable::Extensions::TimeWithZone
- Defined in:
- lib/mongoid/criteria/queryable/extensions/time_with_zone.rb
Overview
This module contains additional time with zone behaviour.
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
-
#__evolve_time__ ⇒ Time
Evolve the time into a utc time.
Instance Method Details
#__evolve_time__ ⇒ Time
Evolve the time into a utc time.
18 19 20 |
# File 'lib/mongoid/criteria/queryable/extensions/time_with_zone.rb', line 18 def __evolve_time__ utc end |