omg they renamed Calcutta!
Mar. 24th, 2008 05:18 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
try {
timeZoneItsIndia = DateTimeZone.forID("Asia/Kolkata");
} catch (IllegalArgumentException iae) {
// okay, it means were are back in XIX century:
timeZoneItsIndia = DateTimeZone.forID("Asia/Calcutta");
}