# File lib/dm-types/epoch_time.rb, line 6 def self.load(value, property) case value when Integer Time.at(value) else value end end