static public Method

TimeZone.us_zones

A convenience method for returning a collection of TimeZone objects for time zones in the USA.

Source Code

# File active_support/values/time_zone.rb, line 339
def us_zones
  all.find_all { |z| z.name =~ US_ZONES }
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.