| Name: | to_timestamp |
| Specific name: | to_timestamp(double precision) |
| Owner: | postgres |
| Argument count: | 1 |
| Return type: | timestamptz |
| Language: | sql |
| Return a set: | |
| Source: | select ('epoch'::timestamptz + $1 * '1 second'::interval) |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | convert UNIX epoch to timestamptz |
See Also
List of functions