factor:时间格式优化,移除时区限制为东八区,由LocalDateTime改为OffsetDateTime

This commit is contained in:
xiafang
2023-02-23 08:53:45 +08:00
parent 2fa018a0c9
commit dccc105807
24 changed files with 95 additions and 60 deletions

View File

@@ -4,7 +4,7 @@
<dependency>
<groupId>cn.felord</groupId>
<artifactId>payment-spring-boot-starter</artifactId>
<version>1.0.16.RELEASE</version>
<version>1.0.17.RELEASE</version>
</dependency>
```
> 基于 **Spring Boot 2.x**