This commit is contained in:
@@ -1534,7 +1534,7 @@ namespace raven_integration
|
||||
//included widget
|
||||
dynamic w = new JObject();
|
||||
w.name = Util.Uniquify(WidgetNameStart);
|
||||
//Put it right at midnight this month to ensure boundaries are respected
|
||||
//Put it right at midnight next month to ensure boundaries are respected
|
||||
w.startDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1, 00, 00, 00).AddMonths(1).ToUniversalTime();
|
||||
w.endDate = new DateTime(DateTime.Today.Year, DateTime.Today.Month, 1, 00, 00, 00).AddMonths(1).AddHours(1).ToUniversalTime();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user