|
@@ -152,7 +152,6 @@ namespace Pas.ScadaService.Core
|
|
|
|
|
|
private static string HandleTime(string time)
|
|
private static string HandleTime(string time)
|
|
{
|
|
{
|
|
- Console.WriteLine("time:"+time);
|
|
|
|
var last = time.Split(':').Last();
|
|
var last = time.Split(':').Last();
|
|
var lastLength = last.Length + 1;
|
|
var lastLength = last.Length + 1;
|
|
return time.Substring(0, time.Length - lastLength) + "." + last;
|
|
return time.Substring(0, time.Length - lastLength) + "." + last;
|