Function: isUTCTimestamp()
isUTCTimestamp(
time
):time is UTCTimestamp
Check if a time value is a UTC timestamp number.
Parameters
• time: Time
The time to check.
Returns
time is UTCTimestamp
true
if time
is a UTCTimestamp number, false otherwise.