Returns same date in the next year.
DateTime nextYear(DateTime d) { return _date(d.isUtc, d.year + 1, d.month, d.day); }