Hello! I have a PostgreSQL column "timestamp without time zone" with content like "2010-01-07 20:35:06". If I use the terminal/console I get those values. Using sequel with a select() I get "Thu Jan 07 20:35:06 +0100 2010"
I searched the documentation, but I did not found a solution. I would like to have it in the format written in the database "2010-01-07 20:35:06". How could I do that? Does anyone know? Best Regards.
-- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
