On Oct 27, 2009, at 1:38 PM, David Nicol wrote:

one would do

  $sth->AddPostCallback( fetch => sub {
      my ($sth, $row) = @_;
      $row->[3] = DateTime::Format::Pg->parse_datetime($row->[3]);
   });

+1

David

Reply via email to