This commit is contained in:
2021-08-11 17:16:18 +00:00
parent 330d970ba0
commit 4233035416

View File

@@ -3568,7 +3568,7 @@ namespace AyaNova.PlugIn.V8
}
}
if (!string.IsNullOrWhiteSpace(s))
d["c" + (x + 1).ToString()] = s;
d["c" + (x + 1).ToString()] = s+".000Z";//Note the .00z forces to utc so server recognizes that, this is the simple way to accomplish it
}
return d.ToString();