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
Actions