...
// Error with grails calendar. If hour is above 12 then the day will be wrong, so set hours, minutes, seconds to zero to be on safe side.
newYears.set(Calendar.getInstance().get(Calendar.YEAR), Calendar.JANUARY, 1, 0, 0, 0);
...
...
// Error with grails calendar. If hour is above 12 then the day will be wrong, so set hours, minutes, seconds to zero to be on safe side.
newYears.set(Calendar.getInstance().get(Calendar.YEAR), Calendar.JANUARY, 1, 0, 0, 0);
...