This module contains additional time with zone behaviour.
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/origin/extensions/time_with_zone.rb, line 15 def __evolve_time__ utc end