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