From 35a2888945bcf1b7ef6f34d30f1709b9c848fce6 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期三, 16 十二月 2020 15:17:18 +0800
Subject: [PATCH] 111

---
 HDL_ON/Common/Utlis.cs |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/HDL_ON/Common/Utlis.cs b/HDL_ON/Common/Utlis.cs
index 4597fc4..51066b8 100644
--- a/HDL_ON/Common/Utlis.cs
+++ b/HDL_ON/Common/Utlis.cs
@@ -2,8 +2,6 @@
 using Shared;
 using System.Text.RegularExpressions;
 using System.Text;
-using System.Collections.Generic;
-using System.Collections;
 
 namespace HDL_ON
 {
@@ -305,15 +303,16 @@
 		}
 
 		/// <summary>
-		/// 鑾峰彇褰撳墠鏃堕棿鎴冲��
-		/// </summary>
-		/// <returns></returns>
+        /// 
+        /// </summary>
+        /// <param name="isMilliseconds">鏄惁寰</param>
+        /// <returns></returns>
 		public static string GetTimestamp(bool isMilliseconds = true)
 		{
 			System.DateTime startTime = TimeZone.CurrentTimeZone.ToLocalTime(new System.DateTime(1970, 1, 1)); // 褰撳湴鏃跺尯
 			if (isMilliseconds)
 			{
-				return ((long)(DateTime.Now - startTime).TotalMilliseconds).ToString(); // 鐩稿樊绉掓暟
+				return ((long)(DateTime.Now - startTime).TotalMilliseconds).ToString(); // 鐩稿樊寰鏁�
 			}
 			else
 			{

--
Gitblit v1.8.0