On Fri, May 09, 2003 at 18:05:45 -0300,
Lucas Lain <lainl(at)aconectarse(dot)com> wrote:
>
> can anyone tell me how to convert an epoch date to timestamp format??
If the epoch date is an integer with seconds since the unix epoch,
you can cast it to abstime and then to timestamp.