class ActiveSupport::Notifications::Event

def time

def time
  @time / 1000.0 if @time
end