Not specific to spree, but for Rails in general, you can checkout the
config.time_zone in application.rb
And to view the list of timezones available, you could run the rake task rake time:zones:all
or look at the ActiveSupport::TimeZone.all from rails console.
HTH,