Request to modify postgres model to use timezone-aware timestampz #871
Labels
in: core
related-to: ddl-scripts
status: declined
Features that we don't intend to implement or Bug reports that are invalid or missing enough details
type: enhancement
Gary P Russo opened BATCH-2734 and commented
To avoid any dependency or conflicts with the client time zone, it is considered a best practice to use Postgres TIMESTAMPZ instead of TIMESTAMP.
The postgres table creation script is currently using the TIMESTAMP data type.
https://github.com/spring-projects/spring-batch/blob/master/spring-batch-core/src/main/resources/org/springframework/batch/core/schema-postgresql.sql
Affects: 4.0.1
Reference URL: http://www.postgresqltutorial.com/postgresql-timestamp/
The text was updated successfully, but these errors were encountered: