Categories
Postgres

Postgres Date format Update

Find below the php date format to use for the postgres column type timestamptz

$stmt->bindValue("updated_at", date('Y-m-d h:i:s.oU'));

Leave a Reply