Timestamp(Numeric year, Numeric month, Numeric day, Numeric hour, Numeric minute, Numeric second)

Returns a timestamp specified "as is" in UTC using the provided numeric values.

Parameters

year
The number representing the year.
month
The number representing the month.
day
The number representing the day.
hour
The number representing the hour.
minute
The number representing the minute.
second
The number representing the second.

Returns

Timestamp

Examples