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