This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user