# File lib/active_support/core_ext/time/calculations.rb, line 65 def seconds_since_midnight to_i - change(:hour => 0).to_i + (usec / 1.0e+6) end