Commit f4beef1c authored by Alvaro Herrera's avatar Alvaro Herrera

Remove unportable use of timezone in recent test

Per buildfarm member snapper

Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us
parent 9d5c96d9
......@@ -44,7 +44,7 @@ $whiskey->safe_psql(
do
$$
declare
current timestamp with time zone := '2019-03-27 08:14:01.123456789 America/Punta_Arenas';
current timestamp with time zone := '2019-03-27 08:14:01.123456789 UTC';
begin
loop
insert into tbl_timestamp0 select i from
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment