# File lib/et-orbi/eo_time.rb, line 305
    def localtime(zone=nil)

      EoTime.new(self.to_f, zone)
    end