Converts milliseconds since epoch to the month.
static int toMonth(int timeMills) { return DateTime.fromMillisecondsSinceEpoch(timeMills).month; }