diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2016-06-02 11:44:20 -0400 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2016-06-02 11:47:22 -0400 |
commit | 2c5a8ba6f6e2e9c9d3ff2f2b5b36fb50e8a34b8b (patch) | |
tree | a6c110351897ed92548345c39137872d83da8dac /actioncable/test/channel/stream_test.rb | |
parent | c587b636648394e33292ba8ba47d22bdad7446c3 (diff) | |
download | rails-2c5a8ba6f6e2e9c9d3ff2f2b5b36fb50e8a34b8b.tar.gz rails-2c5a8ba6f6e2e9c9d3ff2f2b5b36fb50e8a34b8b.tar.bz2 rails-2c5a8ba6f6e2e9c9d3ff2f2b5b36fb50e8a34b8b.zip |
Don't blank pad day of the month when formatting dates
We are currently using `%e` which adds a space before the result if the
digit is a single number. This leads to strings like `February 2, 2016`
which is undesireable. I've opted to replace with 0 padding instead of
removing the padding entirely, to preserve compatibility for those
relying on the fact that the width is constant, and to be consistent
with time formatting.
Fixes #25251.
Diffstat (limited to 'actioncable/test/channel/stream_test.rb')
0 files changed, 0 insertions, 0 deletions