* @summary Add the specified number of hours to the given date.
8
*
9
* @description
10
* Add the specified number of hours to the given date.
11
*
12
* @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
13
*
14
* @param date - The date to be changed
15
* @param amount - The amount of hours to be added.