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