The Dashboard's alert panel shows timestamps in the future and mismatches with the same entries on the pg_log.
Follow the steps below to resolve this issue:
1. Reset the timezone for gppermon and gpmon. GPCC requires them to use the default timezone as that of the OS being utilized:
psql gpperfmon alter user gpmon reset timezone; alter database gpperfmon reset timezone; restart gpcc
2. Change postgresql.conf (Requires a Greenplum restart):
gpconfig -s log_timezone gpconfig -c log_timezone -v 'Hongkong' gpconfig -c timezone -v 'PRC' gpstop gpstart