1
我使用puython腳本將dumpdata轉換爲json文件,然後從那裏將其轉換爲csv。Django Dumpdata - 格式日期和時間輸出
call_command('dumpdata','document_manager.%s' % model_name,format='json',indent=2,stdout=output)
這是從生成的JSON文件的日期和時間:
"timestamp": "2014-01-07T08:29:16.857Z",
"date": "2014-01-07T08:29:13Z",
是否有可能將其輸出到該格式相當?
2014-01-07 08:29:16.000857