开发者

Editing a Date field in Appengine Data Store Viewer

开发者 https://www.devze.com 2023-01-06 07:23 出处:网络
Does anyone know how edit a field with type \'Date\' in the appengine开发者_C百科 data store viewer in production? It seems like it maps to an int field and I tried putting in the number of millisecon

Does anyone know how edit a field with type 'Date' in the appengine开发者_C百科 data store viewer in production? It seems like it maps to an int field and I tried putting in the number of milliseconds since epoch but that didnt work.


If a value is existing and you try to change it (like in your case), it shouldn't be a problem. The Date is internally stored as Python datetime.datetime object

0

精彩评论

暂无评论...
验证码 换一张
取 消