oliverselinger/failsafe-executor

Allow to set Calendar which is used to read and write timestamp data.

Opened this issue · 0 comments

hokorn commented

At the moment timestamp data is written and read with the JVMs timezone (not setting the calendar). Latest spring boot (hibnerate) writes and reads data with timezone UTC. To be in sync with Spring Boot I need the feature of setting the timezone (UTC) which is used to read and write the timezone.