Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/farski/tzip

Simplifies defining time zones in Rails apps with ZIP codes.
https://github.com/farski/tzip

Last synced: about 1 month ago
JSON representation

Simplifies defining time zones in Rails apps with ZIP codes.

Awesome Lists containing this project

README

        

# TZip #

TZip makes it a little bit easier to set TimeZones in a rails app, since it can figure out the appropriate identifier from a ZIP code.

## Install & Implement ##

$ gem install tzip

# Gemfile
gem 'tzip'

## Usage ##

# Set the default time zone for a Rails app
# Rails configuration file (config/application.rb or config/environments/development.rb, etc)
config.time_zone = ActiveSupport::TimeZone.find_by_zipcode('90210')