Module: Origin::Extensions::TimeWithZone
- Defined in:
- lib/origin/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.
16 17 18 |
# File 'lib/origin/extensions/time_with_zone.rb', line 16 def __evolve_time__ utc end |