> Thanks for your reply.
> Yes, CEST equals to CETDST
> please add CEST as a synonym to existing timezone code (if it is possible)
Done in my sources; will be committed soon.
- Thomas
---(end of broadcast)---
TIP 5: Have you
> Is it a bug or CEST timezone is not supported anymore ?
> I can't import my 7.1.2 database to current development version of
> postgresql
afaik "CEST" was never supported by PostgreSQL. Can you please confirm
that this is the same as "CETDST" (Central European Time, Daylight
Savings Time) or, p
Is it a bug or CEST timezone is not supported anymore ?
I can't import my 7.1.2 database to current development version of
postgresql
lis=# create table test (ts timestamp);
CREATE
lis=# insert into test values ('23.05.2000 09:06:59.00 CEST');
ERROR: Bad timestamp external representation '23.05