diff --git a/app/presenters/get_involved_presenter.rb b/app/presenters/get_involved_presenter.rb index 5ff0e8e08..b7445c626 100644 --- a/app/presenters/get_involved_presenter.rb +++ b/app/presenters/get_involved_presenter.rb @@ -87,7 +87,7 @@ def filtered_links(array, close_status) link: { text: item["title"], path: item["link"], - description: "#{close_status} #{item['end_date'].to_date.strftime('%d %B %z')}", + description: "#{close_status} #{item['end_date'].to_date.strftime('%d %B %Y')}", }, metadata: { public_updated_at: Time.zone.parse(org_time(item)),