From d76305b3b2255924ff5cc348285393a3050bb78c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 28 Dec 2022 19:49:43 +0000 Subject: [PATCH] --- server/biz/GlobalBizSettingsBiz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/biz/GlobalBizSettingsBiz.cs b/server/biz/GlobalBizSettingsBiz.cs index cf2a801..1e38c19 100644 --- a/server/biz/GlobalBizSettingsBiz.cs +++ b/server/biz/GlobalBizSettingsBiz.cs @@ -330,7 +330,7 @@ namespace Sockeye.Biz //NOTE: closed in rockfish was the date at midnight in GMT //so to be in the same day as here need to add a few hours, let's say 8 am for each so add 8 hours if(g.Closed!=null){ - g.Closed=((DateTime)g.Closed).AddHours(8); + g.Closed=((DateTime)g.Closed).AddHours(16); } //fuckery to try to insert a at least semi close date when created date is missing