Properties

Name: to_timestamp 
Specific name: to_timestamp(double precision) 
Owner: postgres 
Argument count:
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 

SQL

See Also

List of functions