README.md in ziptz-1.0.8 vs README.md in ziptz-1.0.9

- old
+ new

@@ -5,11 +5,11 @@ [![Issues](https://img.shields.io/github/issues/infused/ziptz.svg)](https://github.com/infused/ziptz/issues) [![Total Downloads](https://img.shields.io/gem/dt/ziptz.svg)](https://rubygems.org/gems/ziptz/) Get the time zone for any US ZIP code. -<i>ZIP codes are up to date as of <b>November 2015</b>.</i> +<i>ZIP codes are up to date as of <b>December 2015</b>.</i> ## Installation Add the gem to your Gemfile: @@ -35,17 +35,23 @@ z.zips('American Samoa') #=> ["96799", "96941", "96942", "96943", "96944"] ## Supported Time Zones -* "Mountain" GMT -07:00 -* "Pacific" GMT -08:00 -* "Alaska" GMT -09:00 -* "Hawaii-Aleutian Islands" GMT -10:00 -* "American Samoa" GMT -11:00 -* "Marshall Islands" GMT +12:00 -* "Guam" GMT +10:00 -* "Palau" GMT +09:00 +* "Atlantic" UTC -04:00 +* "Eastern" UTC -05:00 +* "Central" UTC -06:00 +* "Mountain" UTC -07:00 +* "Pacific" UTC -08:00 +* "Alaska" UTC -09:00 +* "Hawaii-Aleutian Islands" UTC -10:00 +* "American Samoa" UTC -11:00 +* "Marshall Islands" UTC +12:00 +* "Guam" UTC +10:00 +* "Palau" UTC +09:00 +* "Micronesia" UTC +11:00 + +Note that APO/FPO zip codes will not return a known time zone. ## License Copyright (c) 2015 Keith Morrison <<keithm@infused.org>>