We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b88dcf commit 6b880c1Copy full SHA for 6b880c1
1 file changed
lib/groupdate/adapters/sqlite_adapter.rb
@@ -57,7 +57,7 @@ def setup_function
57
raw_connection = connection.raw_connection
58
return if raw_connection.instance_variable_defined?(:@groupdate_function)
59
60
- utc = ActiveSupport::TimeZone["UTC"]
+ utc = SeriesBuilder.utc
61
# note: this function is part of the internal API and may change between releases
62
# TODO improve performance
63
raw_connection.create_function("groupdate_internal", 4) do |func, period, value, time_zone, day_start, week_start|
0 commit comments