Hi. @John Butler
I changed the timezone in Single Server of Azure Database for Postgresql and checked it. (Asia / Tokyo <-> UTC)
It worked fine.
postgres=> show timezone;
TimeZone
\------------
Asia/Tokyo
(1 row)
postgres=> select * from current_timestamp;
current_timestamp
\-------------------------------
2022-03-31 16:15:31.805027+09
(1 row)
postgres=> show timezone;
TimeZone
\----------
UTC
(1 row)
postgres=> select * from current_timestamp;
current_timestamp
\-------------------------------
2022-03-31 07:16:13.477177+00
(1 row)
Did you save after making changes on the parameter screen?
Or does the server you are connecting to match the server you are checking on the portal?