This commit is contained in:
2019-12-10 20:57:33 +00:00
parent d602e20b00
commit 0c06bdeef0
3 changed files with 28 additions and 22 deletions

View File

@@ -442,6 +442,9 @@ namespace AyaNova.Biz
break;
case FilterSpecialToken.NextMonth:
//BUGBUG?
//SERVER thinks midnight UTC is 7am our time on January 1st 2020
//TEST thinks midnight UTC is 8am our time on January 1st 2020
//start with the first day of this month
dtAfter = new DateTime(RelativeToday.Year, RelativeToday.Month, 1, RelativeToday.Hour, RelativeToday.Minute, 00);
//Add a Month