|
From: SourceForge.net <no...@so...> - 2007-06-29 15:05:32
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4387854 By: kriede Hello Robert, here.setTime(date) is equivalent to here.setTimeInMillis(date.getTime()). So the time zone of your calendar doesn't change at all. Beside some potential problem in domingo, please try to explicitly set the time zone in your calendar, e.g. with here.setTimeZone(TimeZone.getTimeZone("GMT")); Best regards Kurt ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=542947 |