Skip to content

Commit

Permalink
Show default time zone (mastodon#31803)
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 authored Nov 22, 2024
1 parent 99f36f1 commit 2e66dd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/settings/preferences/appearance/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e66dd0

Please sign in to comment.