| Author |
Timezones
|
Arjun Shastry
Ranch Hand
Joined: Mar 13, 2003
Posts: 1854
|
|
Hi, I am not understanding why second part of code is not displaying the time according to respective timezones. Following code works correctly.That is, it shows the corresponding time in that timezone. but this doesn't Above code displays only Local machine time!
|
MH
|
 |
Stephen Huey
Ranch Hand
Joined: Jul 15, 2003
Posts: 618
|
|
|
Maybe you should post the code where you're creating the timezone that gets passed into printTimeZone as a parameter.
|
 |
Arjun Shastry
Ranch Hand
Joined: Mar 13, 2003
Posts: 1854
|
|
TimeZone reference has been passed correctly as prior to that I am printing all available TimeZones. Problem seems to be that DateFormat is must while printing local time of any TimeZone. Is it possible to get local time of any timezone without using DateFormat?
|
 |
 |
|
|
subject: Timezones
|
|
|