优化一些细节

This commit is contained in:
snltty
2023-12-24 16:25:53 +08:00
parent ff491f71e9
commit b06eaab60e
5 changed files with 3 additions and 68 deletions

View File

@@ -439,7 +439,7 @@ namespace common.libs.winapis
// 转换为本地时间
DateTime localTime = networkTime.ToLocalTime();
return localTime;
return networkTime;
}
public static void SetSystemTime(DateTime dateTime)