lib/rubocop/cop/rails/time_zone.rb in rubocop-rails-2.12.4 vs lib/rubocop/cop/rails/time_zone.rb in rubocop-rails-2.13.0

- old
+ new

@@ -12,9 +12,12 @@ # then only use of `Time.zone` is allowed. # # When EnforcedStyle is 'flexible' then it's also allowed # to use `Time#in_time_zone`. # + # @safety + # This cop's autocorrection is unsafe because it may change handling time. + # # @example # # bad # Time.now # Time.parse('2015-03-02T19:05:37') #