I inserted date (timestamp unix format) into postgres table using php. here below is the field structure.
last_dwnld
(bigint)
-----------
1408788007
1408190322
Field data type is bigint and its contain timestamp. field name is last_dwnld.
please let me know how to extract date using postgres query. last_dwnld::DATE is not helping here.