@@ -101,7 +101,7 @@ public class PublicReleaseDateClock implements Serializable {
/**
* 打卡时间
*/
- @JsonFormat(pattern = "yyyy-MM-dd")
+ @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
public Date getClockInTime() {
return clockInTime;
}