...
// Error with grails calendar. If hour is above 12 then it the day will be wrong.
newYears.set(Calendar.getInstance().get(Calendar.YEAR), Calendar.JANUARY, 1, 0, 0, 0);
...
...
// Error with grails calendar. If hour is above 12 then it the day will be wrong.
newYears.set(Calendar.getInstance().get(Calendar.YEAR), Calendar.JANUARY, 1, 0, 0, 0);
...