Skip to content

Instantly share code, notes, and snippets.

@tsolar
Last active July 24, 2023 12:28
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsolar/d13057d9385fcca8fb3ef84cff9fff63 to your computer and use it in GitHub Desktop.
Save tsolar/d13057d9385fcca8fb3ef84cff9fff63 to your computer and use it in GitHub Desktop.
time zone select rails, with canonical name in value
form.select :timezone, ActiveSupport::TimeZone.all.map{|tz| [ "(GMT#{tz.formatted_offset}) #{tz.name}", tz.tzinfo.canonical_zone.name] }, {prompt: "Elija zona horaria"}, class: 'form-control'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment