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
Hi. This looks interesting and I'd like to work on it. I am still trying to navigate Perspective, but it looks as if the code provided above is incomplete (eg. schema and data are not defined). Can I be directed to a useful resource or shown where to look to resolve this? I'd appreciate it.
You'll need to load your own data to repro, anything with a date column (for example - superstore demo). I reckon the issue lies here, as it does not take into account the browser's local time zone ala here.
Bug Report
Trying to filter by date doesn't really work. It is off by 1 day.
Steps to Reproduce:
Expected Result:
Should return results with dates 10/23/2022.
Actual Result:
Returns rows with data 10/22/2022.
Environment:
The text was updated successfully, but these errors were encountered: