Translations:Rule Examples/153/en

function checkSchedule(schedule, now) {

   if (now == undefined) {
     now = new Date();
   }