Returns date + n hours using exact millisecond arithmetic.
date + n
The base date.
Number of hours to add (may be negative).
A new Date offset by the given number of hours.
Date
Returns
date + nhours using exact millisecond arithmetic.