Returns Seconds since epoch.
Returns:
Seconds since epoch
52 53 54
# File 'lib/rdt.rb', line 52 def to_i to_time.to_i end