From 1109d0c6565e3413e54d9f28e68dda8ca26b99c4 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期二, 25 七月 2023 11:19:52 +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 497592f..852cb90 100644
--- a/api/v1/followRecord.go
+++ b/api/v1/followRecord.go
@@ -199,7 +199,7 @@
 // 妫�鏌ユ椂闂存牸寮�
 func checkTimeFormat(t string) (time.Time, error) {
 	if t == "" {
-		t = "1970-01-01T00:00:00+08:00"
+		t = "1900-01-01T00:00:00+08:00"
 	}
 
 	location, err := time.LoadLocation("Asia/Shanghai")

--
Gitblit v1.8.0