CURRENT_TIME和CURRENT_TIMESTAMP在PostgreSQL中给予不同的结果。这是什么原因呢?为什么它们不在同一个时区?
select current_timestamp, current_time;
字符串
结果:
| 当前时间戳| current_timestamp |
| --| ------------ |
| 2023-08-03 10:13:30.122 +0300| 2023-08-03 10:13:30.122 +0300 |
我的时区是欧洲/伊斯坦布尔。
SHOW TIMEZONE;
型
| TimeZone |
| ------------ |
| Europe/Istanbul |
1条答案
按热度按时间nwwlzxa71#
在DBeaver中,您可以在首选项中设置时区:
https://i.stack.imgur.com/Sr39v.png