This commit is contained in:
2022-12-28 19:49:43 +00:00
parent cb37dff88a
commit d76305b3b2

View File

@@ -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