# File lib/mongo_mapper/extensions/time.rb, line 17 def from_mongo(value) if value and zone = ::Time.zone value.in_time_zone(zone) else value end end