Hi there.
I'm trying to read a timestamp without timezone attribute, using binary cursors. I can read the data but i don't know what to do with it. I would like to convert it to a time_t or tm struct. How can i do this?
I'm using postgresql 7.4 on Debian sid.
Here's a snippet of the code i'm using:
...
#include <postgresql/pgtypes_timestamp.h>
...
timestamp *ts; ts = (timestamp *) PQgetvalue(res, i, f_num);
I would like to use date attributes too.
Thanks in advance.
--
Gonçalo Marrafa <gjm(at)uevora(dot)pt>