Skip to content

Commit

Permalink
Update output atom date to London timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
KludgeKML committed Jun 27, 2024
1 parent 3de25f4 commit 1507800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/presenters/atom_presenter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

describe "#updated_at" do
it "provides the date of the most recent document update" do
expect(instance.updated_at.to_s).to eql("2019-02-01 12:21:00 UTC")
expect(instance.updated_at.to_s).to eql("2019-02-01 12:21:00 +0000")
end
end
end

0 comments on commit 1507800

Please sign in to comment.