List time zones?

Is there a way to list the time zones that rails makes available (it
seems to function only on cities)?

I figured out how to get that list at the command line in rake but i
can’t seem to get access to the list of available ones from within a
rails app.

Maybe this can help:

include ActiveSupport
TimeZone.all

pepe