Skip to content

Commit

Permalink
Update in_sql.rb
Browse files Browse the repository at this point in the history
Fixes issue #43

Signed-off-by: Johan Sjölin <[email protected]>
  • Loading branch information
Sjolus committed Jul 1, 2021
1 parent 8c3c593 commit 27b3590
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 27b3590

Please sign in to comment.