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'));

Comments

Popular posts from this blog

How to fix – DBeaver Native client is not specified for connection ?