From ef7eea2a7907a7e9644dbfacafe8061e3cb96549 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 03:23:15 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=96=B0=E5=A2=9Etimezone?= =?UTF-8?q?=E6=94=AF=E6=8C=81=EF=BC=8C=E4=BC=98=E5=8C=96ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dao/models.go | 1 + 1 file changed, 1 insertion(+) diff --git a/dao/models.go b/dao/models.go index 9bbea3c..3796c4b 100644 --- a/dao/models.go +++ b/dao/models.go @@ -15,6 +15,7 @@ type Report struct { Link string `json:"link"` // 链接或是nil ObservedAt int64 `json:"observed_at"` // unix timestamp StartTime int64 `json:"start_time"` // unix timestamp + Timezone string `json:"timezone"` // Asia/Shanghai } `json:"meta"` Hardware struct {