Actions
Defect #43231
closedDEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
DEPRECATION WARNING: `to_time` will always preserve the receiver timezone rather than system local time in Rails 8.1.To opt in to the new behavior, set `config.active_support.to_time_preserves_timezone = :zone`. (called from time_tag at /work/app/helpers/application_helper.rb:754)
Related issues
Updated by Marius BĂLTEANU 30 days ago
- Blocks Feature #43205: Update to Rails 8 added
Updated by Marius BĂLTEANU 12 days ago
https://guides.rubyonrails.org/configuring.html#config-active-support-to-time-preserves-timezone
Setting the default value passes all the tests.
Updated by Marius BĂLTEANU 7 days ago
- Status changed from New to Closed
- Assignee set to Marius BĂLTEANU
- Resolution set to Fixed
Actions