gpt4 book ai didi

sql - 无法将 PSQL 字符串转换为时间戳

转载 作者:行者123 更新时间:2023-11-29 12:19:01 26 4
gpt4 key购买 nike

我正在尝试做一个简单的字符串到日期的转换;但是,当该字符串中有时区时,PSQL 会报错。他们的文档清楚地表明它受到支持;但是,它提示。我什至不关心时区,我只想转换字符串。

    db=> select to_timestamp('Mon Feb 23 13:43:07 PST 2015', 'Dy Mon DD HH24:MI:SS TZ YYYY')::timestamp without time zone;

ERROR: "TZ"/"tz" format patterns are not supported in to_date

Postgres 版本:9.3.10

http://www.postgresql.org/docs/9.3/static/functions-formatting.html

最佳答案

为什么不尝试直接施法呢?

SELECT 'Mon Feb 23 13:43:07 PST 2015'::timestamp with time zone

完成此操作后,使用日期对象就非常容易了。

关于sql - 无法将 PSQL 字符串转换为时间戳,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37016765/

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