Skip to content
Snippets Groups Projects
Commit 5f88ee85 authored by Adam Cooke's avatar Adam Cooke
Browse files

make sure to use the user's time zone when composing test messages

parent 67e37b07
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -17,7 +17,7 @@
@message.from = "test@#{domain.name}"
end
end
@message.subject = "Test Message at #{Time.now.to_s(:long)}"
@message.subject = "Test Message at #{Time.zone.now.to_s(:long)}"
@message.plain_body = "This is a message to test the delivery of messages through Postal."
end
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment