NOTE: I deleted the question as it existed previously and providing only the relevant info here.
Our database server (RH) has TIME_ZONE = \"Europe/London\" specified. An
When you say auto_now_add=True, the value will be added by your database server and not your django server. So you need to set time zone on your database server.