From 9ecca28fc2acb796be4b0892c02fd38910d49d64 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 21 Nov 2025 12:37:47 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E6=97=B6?= =?UTF-8?q?=E5=B7=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- binding/csharp/IP2Region.Net/XDB/Util.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/csharp/IP2Region.Net/XDB/Util.cs b/binding/csharp/IP2Region.Net/XDB/Util.cs index 5f8673c..0510f40 100644 --- a/binding/csharp/IP2Region.Net/XDB/Util.cs +++ b/binding/csharp/IP2Region.Net/XDB/Util.cs @@ -76,7 +76,7 @@ public static class Util }; var createdAt = BinaryPrimitives.ReadUInt32LittleEndian(buffer.Slice(4, 4)); - var dtm = new DateTimeOffset(1970, 1, 1, 0, 0, 0, TimeSpan.FromHours(8)); + var dtm = new DateTimeOffset(1970, 1, 1, 0, 0, 0, TimeSpan.FromHours(0)); ret.CreatedTime = dtm.AddSeconds(createdAt); return ret;