# File lib/et-orbi.rb, line 369
    def get_as_tzone(t)

      t.respond_to?(:time_zone) ? t.time_zone : nil
    end