Method: ActiveSupport::TimeZone.us_zones
- Defined in:
- activesupport/lib/active_support/values/time_zone.rb
.us_zones ⇒ Object
A convenience method for returning a collection of TimeZone objects for time zones in the USA.
252 253 254 |
# File 'activesupport/lib/active_support/values/time_zone.rb', line 252 def us_zones country_zones(:us) end |