You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is problematic because we cannot compare local date to UTC timestamp. Records with 2023-02-01 on field_a will not be included in the query result and records with 2023-03-01 on field_a will be.
I also came across this closed issue: #49
According to this issue, the problem should be solved already. I'm not sure if I misunderstood the problem here.
The text was updated successfully, but these errors were encountered:
I'm on
by_star
version4.0.1
.Suppose I'm at
UTC-08:00
timezone and I have aconfig/application.rb
like this:The following method call
will generate a query like this:
which is problematic because we cannot compare local date to UTC timestamp. Records with
2023-02-01
onfield_a
will not be included in the query result and records with2023-03-01
onfield_a
will be.I also came across this closed issue:
#49
According to this issue, the problem should be solved already. I'm not sure if I misunderstood the problem here.
The text was updated successfully, but these errors were encountered: