Show default time zone

This commit is contained in:
Christian Schmidt 2024-09-07 16:24:29 +02:00
parent 559958f8c5
commit 9b952369dd

View File

@ -18,6 +18,7 @@
= f.input :time_zone,
collection: ActiveSupport::TimeZone.all.map { |tz| ["(GMT#{tz.formatted_offset}) #{tz.name}", tz.tzinfo.name] },
hint: false,
selected: current_user.time_zone || Time.zone.tzinfo.name,
wrapper: :with_label
.fields-group