class ActiveSupport::TimeWithZone

def past?

Returns true if the current object's time is in the past.
def past?
  utc.past?
end