Last active
July 24, 2023 12:28
-
-
Save tsolar/d13057d9385fcca8fb3ef84cff9fff63 to your computer and use it in GitHub Desktop.
time zone select rails, with canonical name in value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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