# File lib/ezsig.rb, line 353 def valid?(time=Time.now.utc) time.to_i>self.not_before.to_i && time.to_i<self.not_after.to_i end