Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
On some platforms, CST (China Standard Time) is used as time string suffix of GMT+8, especially for users in China. Then we suffer from following issue:
postgres=# show log_timezone;
log_timezone
--------------
PRC
(1 row)
postgres=# select '2017-09-28 18:26:27.950106 CST'::timestamp with time zone;
timestamptz
-------------------------------
2017-09-29 08:26:27.950106+08
(1 row)
And the 'logtime' in view 'hawq_toolkit.hawq_log_master_concise' is not correct as well.
Attachments
Issue Links
- links to