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]> 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].
> 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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
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.

Reply via email to