Subtracts a specified number of hours from the current DateTime
DateTime subtractHours(int hours) => subtract(Duration(hours: hours));