0
汽車生產日期我有波紋管數據存儲模式:GAE數據存儲日期屬性的1970年
class ThisCategory(search.SearchableModel):
ancestor = db.ListProperty(db.Key, default=[])
no_ancestor = db.BooleanProperty(default=True)
name = db.StringProperty()
description = db.TextProperty()
last_modified = db.TimeProperty(auto_now=True) #<----- (1970-01-01 15:36:47.987352) in datastore
如何創建/結果正確,現在的日期?