| Name: | timestamptz |
| Specific name: | timestamptz(date, time without time zone) |
| Owner: | postgres |
| Argument count: | 2 |
| Return type: | timestamptz |
| Language: | sql |
| Return a set: | |
| Source: | select cast(($1 + $2) as timestamp with time zone) |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | convert date and time to timestamp with time zone |
See Also
List of functions