Actions
Bug #16768
closed"\n" started not to work as a delimiter in time zone names for Date._strptime since 2.7.0
Bug #16768:
"\n" started not to work as a delimiter in time zone names for Date._strptime since 2.7.0
Description
Confirmed on: Ruby 2.7.0 on Mac OS X 10.13.
Expected (Ruby 2.6.3 works like this):
Actual on Ruby 2.7.0 :
Appendix:
- A space character case, such as
"aus eastern standard time", still works on Ruby 2.7.0.
Updated by jeremyevans0 (Jeremy Evans) about 6 years ago
- Status changed from Open to Rejected
This seems more like a bugfix than a regression to me, even if the change was unintended. Is there a reason you would want the previous behavior? In any case, issues in the date library should be filed upstream: https://github.com/ruby/date/issues
Actions