I am baffled.
I assign to a Django model field as follows:
listing.modify_date = datetime.now()
where the field is defined as: