TimeStamp() formats an expression as a date and time value, in the timestamp format set in the system variables in the data load script, or in the operating system, unless a format string is supplied.
Syntax:
Timestamp(number[, format])
Return data type: dual
Arguments:
| Argument | Description | 
|---|---|
| number | The number to be formatted. | 
| format | String describing how the resulting timestamp string is to be formatted. If omitted, the short date format, time format, and decimal separator set in the operating system is used. |