Hi dp, I want to have one database which can help me to get timezone by User's Ip. Please help me to find this database. I am searching in geonames but its seems text database, i dont know how to import it so i need in sql format.
You shouldn't be looking for that, what you need to do it have a database with country(or city) and its timezone, then you use GeoIP to get the country(or city) of the ip, and you get the timezone that way.