From 18bf4d4b80428d68a2ba47b6af8e952998faeca8 Mon Sep 17 00:00:00 2001 From: dushixiang Date: Sat, 20 Nov 2021 17:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=BC=E5=87=BA=E5=A4=87?= =?UTF-8?q?=E4=BB=BD=E6=97=B6=E8=B5=84=E4=BA=A7=E5=88=9B=E5=BB=BA=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=A0=BC=E5=BC=8F=E4=B8=8D=E6=AD=A3=E7=A1=AE=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20close=20#205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/api/backup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/api/backup.go b/server/api/backup.go index 91d6099..e2c85d6 100644 --- a/server/api/backup.go +++ b/server/api/backup.go @@ -109,6 +109,7 @@ func BackupExportEndpoint(c echo.Context) error { for key := range attributeMap { itemMap[key] = attributeMap[key] } + itemMap["created"] = asset.Created.Format("2006-01-02 15:04:05") assetMaps = append(assetMaps, itemMap) } }