mirror of
https://github.com/postgres/postgres.git
synced 2026-03-01 21:01:12 -05:00
Remove unportable use of timezone in recent test
Per buildfarm member snapper Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us
This commit is contained in:
parent
782e5631e5
commit
3aafd5da7d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue