Getting some issues with org.jooq api. Saving data into DB, in UTC format for timestamptz fields. When fetching the same from db, there is a way in postgres. select id, created_datetime at time zone 'pst' from account.
Is there any way to achieve the same into jooq ?
selectStep = selectStep.select(fieldName).as(aliasName))
While searching for the support related with 'AT TIME ZONE' in jooq api.
I found in github this feature is on the roadmap.
https://github.com/jOOQ/jOOQ/issues/7238
May be helpful to others.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With