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), }