Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion lib/fluent/plugin/in_sql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ def start
socket: @socket,
schema_search_path: @schema_search_path,
}

# This makes the default timezone the local one if it's undefined in the timestamp field itself
ActiveRecord::Base.default_timezone = :local

# creates subclass of ActiveRecord::Base so that it can have different
# database configuration from ActiveRecord::Base.
@base_model = Class.new(ActiveRecord::Base) do
Expand Down