class DateTime

def to_i

Converts +self+ to an integer number of seconds since the Unix epoch.
def to_i
  seconds_since_unix_epoch.to_i
end