Look-up java time zone based on location?
I have a test app where I can assign a java timezone and return time info - However, I don't see a way to look-up a java time zone based on location (combination of city/province/state/country).Is this possible?
[226 byte] By [
cam_pdxa] at [2007-10-1 20:36:40]

there are several free or cheap sources for the timezone (tz) data. the issue is location of your required city/region. it's pretty trivial to intersect a known location w/the the tz data, the real problem is finding city/region geographic location in the first place.