Neil Conway sez:
} On Sun, 2 Jun 2002 21:17:50 -0400
} "Gregory Seidman" <gss+pg(at)cs(dot)brown(dot)edu> wrote:
} > Now I want to create its reverse so I can get a timestamp (with tz) from an
} > epoch-based integer. Is there some simple way of doing it?
}
} Try:
}
} select "timestamp"(extract(epoch from now())::int);
Yowza! It's been there all along! I actually wanted timestamptz(), as it
turns out, but I found that easily. Thank you!
} Cheers,
}
} Neil
--Greg