Per the Postgres manual on date/time, the timestamp type can go from 4713 BC to a bazillion years in the future. So, why does Pg complain that ‘0000-00-00 00:00:00’ is not a valid timestamp?
Per the Postgres manual on date/time , the timestamp type can go from 4713
Share
00 is not a valid month number or day number.