使用@JsonFormat引起的时间比正常时间慢8小时解决方法

转:

使用@JsonFormat引起的时间比正常时间慢8小时解决方法

 

@JsonFormat,默认情况下timeZone为GMT(即标准时区),所以会造成输出少8小时。

改为北京时间,方式如下:
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")

 
 
posted @ 2023-07-27 16:22  BBS_自律  阅读(636)  评论(0编辑  收藏  举报