module Origin::Extensions::TimeWithZone

This module contains additional time with zone behaviour.

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/origin/extensions/time_with_zone.rb, line 15
def __evolve_time__
  utc
end