function atMidnight()

in src/app/personal-time-tracking-widget.js [52:54]


    function atMidnight(date) {
      date.setHours(0, 0, 0, 0);
    }