views:

21

answers:

0

I use Rails TZInfo::Timezone

How could i add new city in this.

For example : I want to show 'Washington, DC' time zone my application,but there is no mapping available for that city.

I retrieve all timezones using TZInfo::Timezone.get() method

Please give some expert suggestion.