timeMerge
number timeMerge(timestamp, timeOfDay, timeZone)
Returns the timestamp at time of day in the time zone.
Parameters
- timestamp — unix timestamp with the date.
- timeOfDay — optional time of day, seconds past midnight, default is zero (midnight).
- timeZone — optional time zone of timestamp and result, defaults is the current time zone.
Returns
- the timestamp at time of day.