From a8e7d0e2cb7302929c246fdf304507f18fdbee4e Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期三, 19 七月 2023 18:09:30 +0800 Subject: [PATCH] fix --- api/v1/followRecord.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/api/v1/followRecord.go b/api/v1/followRecord.go index e8d0cfe..8000585 100644 --- a/api/v1/followRecord.go +++ b/api/v1/followRecord.go @@ -208,7 +208,7 @@ return time.Time{}, err } - tt, err := time.Parse("2006-01-02 15:04:05", t) + tt, err := time.Parse("2006-01-02T15:04:05.000Z", t) if err == nil { return tt.In(location), nil } -- Gitblit v1.8.0