static DateTime month(int year, int month) { final date = DateTime.utc(year, month, 1); assert(date.debugCheckIsValidTimetableMonth()); return date; }