File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2773,7 +2773,7 @@ Specifies the logger to use within cache store operations.
2773
2773
2774
2774
# ### `ActiveSupport.utc_to_local_returns_utc_offset_times`
2775
2775
2776
- Configures ` ActiveSupport::TimeZone.utc_to_local` to return a time with a UTC
2776
+ Configures [ ` ActiveSupport::TimeZone.utc_to_local` ][] to return a time with a UTC
2777
2777
offset instead of a UTC time incorporating that offset.
2778
2778
2779
2779
The default value depends on the ` config.load_defaults` target version:
@@ -2783,6 +2783,8 @@ The default value depends on the `config.load_defaults` target version:
2783
2783
| (original) | ` false` |
2784
2784
| 6.1 | ` true` |
2785
2785
2786
+ [` ActiveSupport::TimeZone.utc_to_local` ]: https: // api.rubyonrails.org/ classes/ ActiveSupport / TimeZone .html# method-i-utc_to_local
2787
+
2786
2788
# ### `config.active_support.raise_on_invalid_cache_expiration_time`
2787
2789
2788
2790
Specifies if an ` ArgumentError` should be raised if ` Rails.cache` ` fetch` or
You can’t perform that action at this time.
0 commit comments