I build for the user an list of timezones they can choose to setup their database application from where they live in the world. My problem is not all is listed, i.e. "America/Chicago" is in the list but not "America/Houston", there is no "America/Texas/Houston" which is same zone as Chicago. However "America/Texas/El_Paso" also not in list, different zone, so user can choose.
My question is this possible to add to the DateTime missing cities and areas as strings, from outside the CPAN provided library? Has anyone managed to do this and how?
Scenario is you create records in your local timezone, but also send as such some to another country. Which then observes/deals with them converted to their local timezone. i.e. Record received 2am, in another country is 5pm, previous day. You want that countries date stamp in your datetime, converted to be stored or turned into an object. For various reasons.