modified som end date (#552)

This commit is contained in:
J4y_boi
2025-09-28 16:39:18 +02:00
committed by GitHub
parent 94679fc4d9
commit 0b91d4ee53

View File

@@ -40,7 +40,7 @@ module TimeRangeFilterable
timezone = "America/New_York"
Time.use_zone(timezone) do
from = Time.parse("2025-06-16").beginning_of_day
to = Time.parse("2025-08-31").end_of_day
to = Time.parse("2025-09-30").end_of_day
from.beginning_of_day..to.end_of_day
end
}