Saving python datetime value to a mySQL timestamp with timezone field

前端 未结 0 408
时光说笑
时光说笑 2020-12-19 05:07

I am baffled.

I assign to a Django model field as follows:

listing.modify_date =  datetime.now() 

where the field is defined as:

<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题