From 3d963e19e2fa656f45c49f6d42fa13bfb30ff8c8 Mon Sep 17 00:00:00 2001 From: yaodeshun Date: Thu, 9 Oct 2025 11:22:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BAstring=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/gamelog/export.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gamelog/export.go b/package/gamelog/export.go index 6896af1..f54dc46 100644 --- a/package/gamelog/export.go +++ b/package/gamelog/export.go @@ -32,7 +32,7 @@ func (sdk *SDK) GetLogItem(uid, event string, property map[string]any, timezone item := []any{ uid, event, - pstr, + gconv.String(pstr), et.TimestampMilli(), et.In(loc).Format(datetimeFmt), }