On tir, 2001-12-18 at 15:03, Andrew Snow wrote:
>
> Perhaps this will help? Extract(epoch ..) eg:
>
> SELECT EXTRACT(EPOCH FROM date_field) FROM record;
>
> returns the time in seconds since the epoch like time() in C
Thanks, this could be a solution, but I was working on a more general
way of interpreting the date, time and datetime string into a more
computer friendly format (ei. time_t), for a more generic usage.
/BL