EarlyTime is a fake timestamp that occurs before any other time value.
EarlyTime
# File lib/rake/early_time.rb 8 def <=>(other) 9 -1 10 end
# File lib/rake/early_time.rb 12 def to_s 13 "<EARLY TIME>" 14 end