gpt4 book ai didi

sql - 如何将 unix 时间戳转换为带时区的日期?

转载 作者:行者123 更新时间:2023-11-29 14:08:09 25 4
gpt4 key购买 nike

我如何转换时间戳:

1559347196759

使用 PostgreSQL 到时区为“GMT+2”的日期时间?

最佳答案

我相信这可以满足您的需求:

select (timestamp 'epoch' + 1559347196759 * interval '1 millisecond') at time zone '+02:00'

第一个表达式将值转换为 UTC。第二个改变时区。

关于sql - 如何将 unix 时间戳转换为带时区的日期?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58285570/

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