Skip to content

Commit afe58c8

Browse files
committed
Remove unportable use of timezone in recent test
Per buildfarm member snapper Discussion: https://postgr.es/m/129951.1659812518@sss.pgh.pa.us
1 parent cbf4403 commit afe58c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/brin/t/02_wal_consistency.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
do
4747
$$
4848
declare
49-
current timestamp with time zone := '2019-03-27 08:14:01.123456789 America/Punta_Arenas';
49+
current timestamp with time zone := '2019-03-27 08:14:01.123456789 UTC';
5050
begin
5151
loop
5252
insert into tbl_timestamp0 select i from

0 commit comments

Comments
 (0)