# Extend the Time class so that we can offset the time that 'now' # returns. This should allow us to effectively time warp for functional # tests that require limits per hour, what not. class Time #:nodoc: class <