Hi GAE/J gurus,

I am using Google App Engine with Java, JDO for persistence. I have my 
Activity object withtimestamp declared as Persistent and of type 
java.util.Date.

public class Activity ...
{ ...
  @Persistent
  private Date timestamp;
...
}

All Activities stored in the database are seen with correct date but time 
information is always zero. e.g Tue Mar 14 00:00:00.

Is there any know issue? I'm currently using GAE 1.4.0


Many thanks!


Cheng

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