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