Re: Auto detect timezone

[email protected] (Greg Jetter) Mon, 25 May 2009 10:39:57 -0800
Newsgroups perl.beginners.cgi
Organization Alaska internet solutions
Message-ID <[email protected]>
On Monday 25 May 2009 4:42:12 am Rajesh Raghammudi wrote:
> Hello,
>
> I need to detect the timezone based on Date, City(State/ZIP), Country(USA
> for now) as part of my application.
>
> Any idea about a perl module which does the above?
>
> Thanks,
> Rajesh

you might have to roll your own ,  you should be able to  create a  hash table  
of states/timezone from  readily available  data sources .

Greg