1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/values
Jean Boussier 1b0dca131b Improve compatibility with date versions 3.2.1, 3.1.2, 3.0.2 and 2.0.1
Historically `Date._iso8601(nil)` returns `{}`.

But in these versions it raises a `TypeError` changing the exception type
of `ActiveSupport::TimeZone#iso8601(nil)`, which may break some applications.
2021-11-15 12:04:55 +01:00
..
time_zone.rb Improve compatibility with date versions 3.2.1, 3.1.2, 3.0.2 and 2.0.1 2021-11-15 12:04:55 +01:00