Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Sybase IQ 中有数据类型为“时间戳”的列。我想知道如何在查询时(即在 Aqua Data Studio 中)使时间戳类型列显示为不同的时区?或者我怎么知道我从 Aqua Data Studio 的查询中得到的时区是什么?谢谢
IQ 的时间戳不存储时区信息。时间戳值通常(但不总是)源自操作系统,因此这是 IQ 服务器的时区。current timestamp getdate()您可以使用或计算系统的当前时间now()
current timestamp
getdate()
now()
如果您需要时区信息,则必须在应用程序端而不是数据库端处理。您可能想看看time_zone_adjustment它可能满足您的一些需求。
time_zone_adjustment