How do I persist timestamp in UTC timezone?

2009-03-17 Thread fazi
Hi I need to persist all timestamps in UTC timezone. I found this documentation which talks about using Calendar by setting the timezone value to the desired timezone (http://openjpa.apache.org/builds/1.1.0/apache-openjpa-1.1.0/docs/manual/ref_guide_pc_scos.html#ref_guide_pc_calendar_timezone),

Re: How do I persist timestamp in UTC timezone?

2009-03-18 Thread fazi
did not debug to see how the application is reading back the timestamp and whether it has information on which timezone to use when reading back the date (so we get back the correct milliseconds). This part is pending investigation, I will update it if I find more information on that. Thanks -faz