shutao917 opened a new issue, #11122: URL: https://github.com/apache/doris/issues/11122
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 1.1.0 ### What's Wrong? CREATE TABLE aaaaaaaaaa ( id BIGINT NOT NULL, `time` DATETIME NOT NULL, org_id BIGINT, object_id BIGINT NOT NULL, employee_id BIGINT) DUPLICATE KEY(id,`time`,org_id) PARTITION BY RANGE(`time`) (PARTITION p20210310 VALUES [('1970-01-01 00:00:00'), ('2021-03-11 00:00:00'))) DISTRIBUTED BY HASH(`org_id`) BUCKETS 4 PROPERTIES( "replication_num" = "3", "dynamic_partition.enable" = "true", "dynamic_partition.time_unit" = "MONTH", "dynamic_partition.create_history_partition" = "TRUE", "dynamic_partition.history_partition_num" = "360", "dynamic_partition.end" = "140", "dynamic_partition.prefix" = "p", "dynamic_partition.buckets" = "4") errCode = 2, detailMessage = Unknown or incorrect time zone: 'GMT' ### What You Expected? 报错 ### How to Reproduce? _No response_ ### Anything Else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org