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
Timestamp(2013, 03, 25, 16, 10, 11)
returns 3/25/2013 4:10:11 PM if the UTC timezone is set, and 3/25/2013 9:10:11 AM if the (UTC-08:00) summer time is set.