Then I altered both the active_ts and the active_time column data types to include time zone
postgres=# ALTER TABLE alter_test4 alter column active_ts set data type timestamp with time zone; ALTER TABLE postgres=# ALTER TABLE alter_test4 alter column active_time set data type time with time zone; ALTER TABLE