Re: [GENERAL] Timestamp with time zone 'negative' problem

2012-01-20 Thread Tom Lane
"Prodan, Andrei" writes: > I have a DB in which items which are 'always valid' have a from_date of > 19000101 00+1 (Europe/Berlin) > When i try to restore the same DB to (Europe/Bucharest), instead of > 19000101 00+2, the timestamp becomes "1900-01-01 00:44:24+01:44:24" > which is ... stra

[GENERAL] Timestamp with time zone 'negative' problem

2012-01-20 Thread Prodan, Andrei
Hello, I have a DB in which items which are 'always valid' have a from_date of 19000101 00+1 (Europe/Berlin) When i try to restore the same DB to (Europe/Bucharest), instead of 19000101 00+2, the timestamp becomes "1900-01-01 00:44:24+01:44:24" which is ... strange. My software then compl