Skip to content

Commit

Permalink
Merge pull request #540 from awesomefoundation/jcn/fix-comment-times
Browse files Browse the repository at this point in the history
BUGFIX: Fix comment 'human time' formatting
  • Loading branch information
jcn authored Jul 10, 2023
2 parents f10b53d + 35f77cb commit 0462e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/time_formats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# Time::DATE_FORMATS[format_name] = format_string
# end

Time::DATE_FORMATS[:long_with_zone] = "%B %d, %Y %H:%m %Z"
Time::DATE_FORMATS[:long_with_zone] = "%B %d, %Y %H:%M %Z"

0 comments on commit 0462e34

Please sign in to comment.