Skip to content

Commit d3c01b9

Browse files
Link to ActiveSupport::TimeZone.utc_to_local API doc [ci-skip]
1 parent d07d1fd commit d3c01b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/source/configuring.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ Specifies the logger to use within cache store operations.
27732773

27742774
#### `ActiveSupport.utc_to_local_returns_utc_offset_times`
27752775

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
27772777
offset instead of a UTC time incorporating that offset.
27782778

27792779
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:
27832783
| (original) | `false` |
27842784
| 6.1 | `true` |
27852785

2786+
[`ActiveSupport::TimeZone.utc_to_local`]: https://api.rubyonrails.org/classes/ActiveSupport/TimeZone.html#method-i-utc_to_local
2787+
27862788
#### `config.active_support.raise_on_invalid_cache_expiration_time`
27872789

27882790
Specifies if an `ArgumentError` should be raised if `Rails.cache` `fetch` or

0 commit comments

Comments
 (0)