I'm not familiar with the tzinfo gem but you should be able to use something like this:
TZInfo::Timezone.all.sort.collect { |tz| [ tz.name ] }
I'm not familiar with the tzinfo gem but you should be able to use something like this:
TZInfo::Timezone.all.sort.collect { |tz| [ tz.name ] }