class TZInfo::Timezone

def now

Returns:
  • (TimeWithOffset) - the current local time in the time zone.
def now
  to_local(Time.now)
end