【发布时间】:2016-09-13 08:28:29
【问题描述】:
我的本地时区是PRC(中国),是UTC+8,但是
select (timestamp '2016-09-01 00:00:00' at time zone 'PRC')
- (timestamp '2016-09-01 00:00:00' at time zone 'UTC');
返回-08:00:00。不应该是+08:00:00吗?
我的 PostgreSQL 版本是 9.5。
【问题讨论】:
标签: postgresql timezone