Describe the bug
When create table with dynamic partition without specifying the time zone, it will throw exception:
nknown or incorrect time zone: 'PRC'
To Reproduce
Ccreate table with dynamic partition without specifying the time zone
Expected behavior
Use default time zone to create table with dynamic partition successfully.