Why the TimeZone returned by the following line showed incorrect time :
TimeZone.getTimeZone("America/Ottawa")
It showed 10:26 PM now [ Atlanta time now is 6:26 , Ottawashould also be 6:26 pm ].
I thought it has two parts : continent/city and it should return the correct time, am I incorrect ?
TimeZone. So I don't understand your question. DoesCalendar.getInstance(TimeZone.getTimeZone("America/Ottawa"));not behave like you want? – Daniel DiPaolo Apr 1 '11 at 22:19