Test dates

Transactions
Dan 2017-09-28 21:56:14 -06:00
parent 04457eaca6
commit 9753ae6b32
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ function nextDay(startDate, dayOfWeek, hour, offset){
startDate.setMinutes(0); startDate.setMinutes(0);
startDate.setSeconds(0); startDate.setSeconds(0);
startDate.setMilliseconds(0); startDate.setMilliseconds(0);
startDate.setOffset(offst); startDate.setOffset(offset);
return startDate; return startDate;
} }