I have a $startDate variable which I enter in a dialog as Jan 11 2016
and then I have due dates for items set as:
due: $dateOfStart+1w+3d 5pm
and it makes them due on Friday, not Thursday. Since Jan 11 2016 is a Monday I would expect that +1w+3d to be Thursday. So it's off by one day or am I doing something wrong and I should be using +1w+2d 5PM to get Thursday?