I want to convert timezone of one city to another, using Joda DateTime, the process is straight forward, but I have a problem.
I am referring to Joda Database and I am unable to locate specific cities, in the database there are so few mappings say for e.g. Asia/Kolkata, if I want to search timezone for say another city like Asia/New Delhi which is in Asia or more specifically India, I cannot do that, it is mostly probable that cities within the same country have same time zone but its not always true, so I am stuck in understanding of as how to map a city to its country and vice versa.
But there is no mapping found for cities other than what is speicified in the database.
Is there any way other than or including Joda Datetime which I can use to convert by directly inputting the city name in Olson format?
I have seen many websites 1, 2 which do what I want, please help me understand what I am missing here.