I need a timezone database and the free ones I have found so far have not be useful to me so I've decided to create my own. I was wondering if there was a way to feed a program a list of cities, have it get the timezone of the city and find a matching timezone in the
tz database. The tz database has about 405 different places. Or am I stuck doing all this by hand?
Thanks