I am looking for a way to fetch time of different countries. I am in India.I need to fetch the china current time. I tried below code but in output i get my local time only.
How do i correct it to get china local time? Thanks. [ August 04, 2008: Message edited by: Vishal Pandya ]
When i created an instance using the code pasted by me above, i got local time But when i printed the calendar object by calendar.toString() method i got proper timings. Is this strange?
Actually, i want to start a scheduler at 00:00:00 AM china time and my application may run in India/US.I tried the following.