default application_timezone to nil
This commit is contained in:
parent
f4fb9e8034
commit
957b0bac1b
|
@ -7,7 +7,7 @@ module Mysql2
|
||||||
:cast_booleans => false,
|
:cast_booleans => false,
|
||||||
:symbolize_keys => false,
|
:symbolize_keys => false,
|
||||||
:database_timezone => :local, # timezone Mysql2 will assume datetime objects are stored in
|
:database_timezone => :local, # timezone Mysql2 will assume datetime objects are stored in
|
||||||
:application_timezone => :local # timezone Mysql2 will convert to before handing the object back to the caller
|
:application_timezone => nil # timezone Mysql2 will convert to before handing the object back to the caller
|
||||||
}
|
}
|
||||||
|
|
||||||
def initialize(opts = {})
|
def initialize(opts = {})
|
||||||
|
|
Loading…
Reference in New Issue