In PostgreSQL, an extreme timestamp value (for example, 99999-09-11 02:00:00) is accepted as valid and stored. This causes errors "Double time specification" when parse record (especially when run background job CardDescriptionActivity). So, the date time values should be validated before being saved into db.
In PostgreSQL, an extreme timestamp value (for example, 99999-09-11 02:00:00) is accepted as valid and stored. This causes errors "Double time specification" when parse record (especially when run background job CardDescriptionActivity). So, the date time values should be validated before being saved into db.