Re: class DBI postgres date time format

2009-03-17 Thread Dermot
2009/3/17 ken uhl : > How do I set up table class method to correctly format and write 'updated' >  column  date and time stamp to postgres? > > I have table entry object that contains this - to inflate and deflate : > > I think I need to add  "has_timestamp" > . > >    22 __PACKAGE__->table('d

class DBI postgres date time format

2009-03-17 Thread ken uhl
How do I set up table class method to correctly format and write 'updated' column date and time stamp to postgres? I have table entry object that contains this - to inflate and deflate : I think I need to add "has_timestamp" . 22 __PACKAGE__->table('dhcpmac'); 23 __PACKAGE__-