Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
TO_TIMESTAMP_TZ (String, [format] )
Argument | Required/ Optional | Description |
---|---|---|
String | Required
| Must be a string data type. Passes the values you want to convert to Timestamp with Time Zone. You can enter any valid transformation expression.
The string must be a character string.
|
format | Optional
| Enter a valid TO_TIMESTAMP_TZ format string. The format string must match the parts of the string argument. For example, if you pass the string 'Mar 15 1997 12:43:10AM ASIA/CALCUTTA', you must use the format string 'MON DD YYYY HH12:MI:SSAM TZR'.
If you do not specify the format string, the function uses the default date time format in the Run Configurations dialog.
|
|
|
---|---|
| Returns a timestamp with time zone data type with the following data:
|
| Returns a timestamp with time zone data type even without specifying time zone region in the time zone region format:
|
| Returns a timestamp with time zone data type even without specifying timestamp with time zone format.
Default date time format at the Run Configurations dialog is used when the format is not specified at the function level.
'YYYY-MM-DD HH:MI:SS.NS AM TZR' |
| If a timestamp with time zone data does not match the given format, the following error appears:
|