DateTimeField 定义了 auto_now_add=True后,在模板页面输出默认是 九月 08, 2016, 09:59 a.m.spa
这个时候须要在模板中对字段进行从新定义,以下:模板
{{ runtime|date:"Y-m-d H:i:s" }}date