gpt4 book ai didi

mysql - 如何从 UTC 时间获取 MySQL 中的 Unix 时间戳?

转载 作者:IT老高 更新时间:2023-10-28 23:57:12 31 4
gpt4 key购买 nike

如果我执行 unix_timestamp(some_date),它会在内部将 some_date 转换为 UTC,而 some_date 已经是 UTC。有没有办法获取当前的 Unix 时间戳?

编辑:我需要 UTC 时间的 Unix 时间戳。

最佳答案

您应该能够首先使用 CONVERT_TZ 将其从 UTC 转换为本地时区:

UNIX_TIMESTAMP(CONVERT_TZ(some_date, '+00:00', @@global.time_zone))

另请参阅:10.6. MySQL Server Time Zone Support

关于mysql - 如何从 UTC 时间获取 MySQL 中的 Unix 时间戳?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13515752/

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