instance method
sync_timezone_changes
Ruby on Rails 7.1.6
Since v7.1.6 Last seen in v7.2.3 PrivateAvailable in: v7.1.6 v7.2.3
Signature
sync_timezone_changes(raw_connection)
Make sure we carry over any changes to ActiveRecord.default_timezone that have been made since we established the connection
Parameters
-
raw_connectionreq
Source
# File activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb, line 772
def sync_timezone_changes(raw_connection)
end
Defined in activerecord/lib/active_record/connection_adapters/abstract_mysql_adapter.rb line 772
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter