Something like:Get an instance of Calendar for the source TImeZoneConstruct a SimpleDateFormat with the required pattern and LocaleSet the destination TImeZone of the SimpleDateFormatFormat the Calendar instance with the SimpleDateFormat
Have a look at the forum post - http://forum.java.sun.com/thread.jspa?threadID=706300&tstart=90 . It might help to solve your problem.Also there is a good example at this site - http://www.exampledepot.com/egs/java.util/GetTimeOtherZone2.htmlHope this helps.