linghengqian opened a new issue, #17752: URL: https://github.com/apache/shardingsphere/issues/17752
## Feature Request **For English only**, other languages will not accept. Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot make decision by current information, we will **close it**. Please answer these questions before submitting your issue. Thanks! ### Is your feature request related to a problem? No, but related to https://github.com/apache/shardingsphere/pull/16740 . ### Describe the feature you would like. - The current `IntervalShardingAlgorithm` does not support `java.time.Instant` and more about JSR-310, which will cause trouble to the use of `Mybatis`. - because for Mybatis `3.5.9`, the built-in typeHandlers in the typeHandlers that can convert the `JDBC type` of `TIMESTAMP` can be converted to `java.util.Date`, `java.sql.Timestamp`, `java.time.Instant`, `java.time.LocalDateTime`, `java.time.OffsetDateTime`, `java.time.ZonedDateTime` . - Refer to https://mybatis.org/mybatis-3/zh/configuration.html#typeHandlers. -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org