Until PG 17.1 is released. Currently shows a diff in PG 17.0 regression run as: ``` select jsonb_path_query_tz('"12:34:56"', '$.time_tz().string()'); jsonb_path_query_tz --------------------- - "12:34:56-07:00" + "12:34:56-08:00" ```