On Sun, Mar 28, 2010 at 12:27 PM, Andre Lopes <[email protected]> wrote: > Hi, > > I'am writing some code in PHP and I need to generate a valid postgresql > TIMESTAMP with PHP. > > Any PHP programmer thar can help me on how to generate valid TIMESTAMP's > with PHP?
Just stick with something simple like: 2010-03-28 13:45:30 which will always work for an insert -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
