From 32ea7d64c8a3a658b7f2269ea2c3ea4c5162f7a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=86=9B?= <510423039@qq.com> Date: Thu, 16 Mar 2023 10:59:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/Lion.AbpPro.Core/System/DateTimeExtensions.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aspnet-core/frameworks/src/Lion.AbpPro.Core/System/DateTimeExtensions.cs b/aspnet-core/frameworks/src/Lion.AbpPro.Core/System/DateTimeExtensions.cs index c056ea0d..c4cc7aef 100644 --- a/aspnet-core/frameworks/src/Lion.AbpPro.Core/System/DateTimeExtensions.cs +++ b/aspnet-core/frameworks/src/Lion.AbpPro.Core/System/DateTimeExtensions.cs @@ -177,6 +177,7 @@ public static class DateTimeExtensions /// /// 转为毫秒级时间戳 + /// 时间 /// 默认 TimeZoneInfo.Utc /// public static long? ToMilliSecondTimeStamp(this DateTime? dateTime, TimeZoneInfo timeZoneInfo = null) @@ -190,7 +191,7 @@ public static class DateTimeExtensions /// /// 秒级时间戳转为时间 - /// 时间 + /// 时间 /// 默认 TimeZoneInfo.Utc /// public static DateTime ToDateTimeBySecondTimeStamp(this long timestamp, TimeZoneInfo timeZoneInfo = null)