mirror of
https://github.com/snltty/linker.git
synced 2025-11-03 01:53:32 +08:00
优化一些细节
This commit is contained in:
@@ -439,7 +439,7 @@ namespace common.libs.winapis
|
||||
// 转换为本地时间
|
||||
DateTime localTime = networkTime.ToLocalTime();
|
||||
|
||||
return localTime;
|
||||
return networkTime;
|
||||
|
||||
}
|
||||
public static void SetSystemTime(DateTime dateTime)
|
||||
|
||||
Reference in New Issue
Block a user