gpt4 book ai didi

spring-boot - Jooq Java API,在选择查询中将日期时间转换为时区

转载 作者:行者123 更新时间:2023-12-04 04:23:59 25 4
gpt4 key购买 nike

org.jooq api出现一些问题。以timestamptz字段的UTC格式将数据保存到DB中。从db中获取相同内容时,postgres中提供了一种方法。select id, created_datetime at time zone 'pst' from account.
有什么办法可以达到jooq的目的吗?
selectStep = selectStep.select(fieldName).as(aliasName))

最佳答案

在jooq api中搜索与“AT TIME ZONE”相关的支持时。我在github中发现此功能在路线图上。

https://github.com/jOOQ/jOOQ/issues/7238

可能对其他人有帮助。

关于spring-boot - Jooq Java API,在选择查询中将日期时间转换为时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51028351/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com