Hi Nijin, Thanks for responding! The only options i see in the dropdown for type are: int or null?
I guess I need to get timestamp in the dropdown as an option. but how? -Mike On Friday, November 16, 2012 9:38:37 AM UTC-5, Nijin Narayanan wrote: > > Hi Mike, > > For saving the datetime data the filed's datatype should be "datetime". It > seems you are using "int" datatype. > https://developers.google.com/appengine/docs/python/datastore/typesandpropertyclasses#DateTimeProperty > > -Nijin Narayanan > > > > > > On Fri, Nov 16, 2012 at 9:40 AM, Mike <[email protected] <javascript:>>wrote: > >> Hi, >> >> I am trying to create a user in my datastore through the GAE web >> interface. >> >> I am in the "Create Entity" section. I am filling in the fields. >> >> I put something like this in the timestamp field (type: int), and it >> throws an error... >> 2012-11-15 22:51:16.668000 >> >> I see other entries with this format for the timestamp. >> >> Any idea what's wrong? >> >> Thanks, >> Mike >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/nDerddff8r4J. >> To post to this group, send email to >> [email protected]<javascript:> >> . >> To unsubscribe from this group, send email to >> [email protected] <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/Iiky4WZ-JrgJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
