If there isn't one, how about getting the longitude of all the time zones you're interested in, get the longitude of the address and then see which range the address's longitude comes in at.
So the longitude of the time zones are: TZ1: 1-10 TZ2: 11-20 TZ3: 21-30 TZ4: 31-40 The address has a longitude of 28 so you know it's in time zone 3. You can get the long and lat using the Google Maps API. http://maps.google.com/maps?q=ZIP-CODE-GOES-HERE&output=kml Just an idea :OD Adrian -----Original Message----- From: Ben Mueller [mailto:[EMAIL PROTECTED] Sent: 21 February 2008 15:19 To: CF-Talk Subject: Get time zone for address? Hi, Apologies if this is answered elsewhere. Does anybody know of a product or service that can return a time zone for a given address? For example, I'd like to pass in "1600 Pennsylvania Avenue, Washington, DC 20500", and get back "Eastern" or something like that. Thanks in advance, Ben ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:299592 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

