gpt4 book ai didi

postgresql - 如何让 SQLAlchemy 生成 AT TIME ZONE 语法?

转载 作者:行者123 更新时间:2023-11-29 13:40:06 25 4
gpt4 key购买 nike

<分区>

我有一个表,它在 Postgresql 的 timestamp without time zone 列中存储 UTC 日期时间:

      Column       |            Type             | Collation | Nullable |
-------------------+-----------------------------+-----------+----------+----
...
start | timestamp without time zone | | not null |
end | timestamp without time zone | | not null |

psql 提示符下,我可以使用以下语法请求 Postgres 将日期转换为请求的时区:

SELECT (start::timestamp AT TIME ZONE 'UTC') AT TIME ZONE 'AEST' FROM ...

如何在 SQLAlchemy 中表达这种语法?我无法在 Python 中进行转换,因为我要对该数据执行一些 GROUP BY

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