Adds a specified number of hours to the current DateTime
DateTime addHours(int hours) => add(Duration(hours: hours));