PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Database restore does not accept the EEST time zone. PostgreSQL version 10
> restore accept EEST timezone.
Works for me:
# select '2020-04-30 10:01:32.277852 EEST'::timestamptz;
timestamptz
-------------------------------
2020-04-30 03:01:32.277852-04
(1 row)
Maybe you are using a non-default timezone_abbreviations file? [1]
In any case, it's not very clear why this would be a database
restore issue. Dump/restore should always use numeric UTC
offsets in dumped timestamps.
Anyway, you'll need to provide a lot more detail if you want
help on this.
regards, tom lane
[1] https://www.postgresql.org/docs/current/datetime-config-files.html