I think this is a very basic question, but I can't seem to find a clear 
answer.  I'm uploading date into app-engine and one of the entities has a 
date_time field:

    - property: startDate
      external_name: startDate
      import_transform: transform.import_date_time('%Y-%m-%dT%H:%M:%S')
      export_transform: transform.export_date_time('%Y-%m-%dT%H:%M:%S')

The text that I got out in a CSV is in the format  '12/13/2010 22:55:00' (i 
added the single quotes for this post).  When I tried to import (again with 
no quotes), I got an error that my date does not match the format.  What the 
best way/format to upload date_time info into app engine?

Thanks.

~Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to