Mapping ISO 3166 country codes in Java timezone IDs
807607Oct 31 2006 — edited Oct 31 2006Hi,
I have a database that contains the ISO 3166-2 country codes to identify the time zones.
But I need to create a java.util.TimeZone object for every single entry in the DB.
And to do that, I need to map the ISO 3166-2 code to the java timezoneID.
Has someone an idea?
I don't want to keep the java timezoneID for every ISO code in the DB.
Regards,
Andi