From 4233035416ebab12027fb70d07a3f2de6eff3ca3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 11 Aug 2021 17:16:18 +0000 Subject: [PATCH] --- source/Plugins/AyaNova.Plugin.V8/V8.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index 4f7e7fc..d8cd108 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -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();