Question : Convert bigint into date

how can I convert bigint record into date in postgres? E.g, select time from table; but, I would like to select that field and convert it into date, so that select result would be date, and not bigint.

Answer : Convert bigint into date

what is in your bigint.  Presume that it's seconds from the 1st Computer Epoch then the following should assist you

http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_24282739.html
Random Solutions  
 
programming4us programming4us