normalize method

void normalize ()

Implementation

void normalize() {
  _date = DateTime.utc(_date.year, _date.month, _date.day, 12);
}