calling CURRENT_TIMESTAMP() in postgres using psycopg2

I have a postgresql table that I'm using to store two timestamps. The first timestamp is inserted when a order is initiated and the second timestamp is updated when the order status is returned. ...