Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1626590

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 8c5d9cc commit 1626590

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
@@ -44,7 +44,7 @@
4444
do
4545
$$
4646
declare
47-
current timestamp with time zone := '2019-03-27 08:14:01.123456789 America/Punta_Arenas';
47+
current timestamp with time zone := '2019-03-27 08:14:01.123456789 UTC';
4848
begin
4949
loop
5050
insert into tbl_timestamp0 select i from

0 commit comments

Comments
 (0)