Sha256: 77693fde370b4b261bf99c8e72f6c1e3c5248aca90acabace7802934356e42ef
Contents?: true
Size: 510 Bytes
Versions: 5
Compression:
Stored size: 510 Bytes
Contents
# Be sure to restart your server when you modify this file. # Preserve the timezone of the receiver when calling to `to_time`. # Ruby 2.4 will change the behavior of `to_time` to preserve the timezone # when converting to an instance of `Time` instead of the previous behavior # of converting to the local system timezone. # # Rails 5.0 introduced this config option so that apps made with earlier # versions of Rails are not affected when upgrading. ActiveSupport.to_time_preserves_timezone = true
Version data entries
5 entries across 5 versions & 2 rubygems