farski / TZip

Simplifies defining time zones in Rails apps with ZIP codes.
https://github.com/farski/TZip
18 stars 20 forks source link

KY zip returns nil? #6

Open BananaNeil opened 9 years ago

BananaNeil commented 9 years ago

ActiveSupport::TimeZone.find_by_zipcode('40383') => nil

farski commented 9 years ago

KY has a fairly complex time zone map, so I never got around to building an accurate dictionary for it. Would be happy to have someone add it, though.

mlywe commented 8 years ago

Similar issue with zipcode "37583" returning nil. We got this when trying to resolve the timezone for a zipcode reported in USPS tracking.

farski commented 8 years ago

@mlywe If you have a comprehensive list of timezones for that range (37* to 38*) I can try to complete the data.

mlywe commented 8 years ago

Unfortunately I don't have it as we got that zipcode from USPS.