select current_timestamp-to_timestamp(to_char(current_date,'YYYY-MM-DD HH24'||':'||'MI'||':'||'SS')||' '||(SELECT utc_offset FROM pg_catalog.pg_timezone_namesWHERE name='US/Eastern'),'YYYY-MM-DD HH24'||':'||'MI'||':'||'SS')::timestamptz;it's not displaying timezone..any help..?
You haven't told us how you are executing the above query.
It also seems like an awfully convoluted answer to whatever query you are asking.
David J.