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
Try to filter on date == 12/31/2024 and date == 01/01/2025, see that the left and right sides don't appear to match.
Expected Result:
I expected either:
filtering on date == 12/31/2024 shows one row, date == 01/01/2025 shows 0 rows, displayed date is 12/31/2024 (i.e., the displayed date & the user-input date are both in local time)
filtering on date == 12/31/2024 shows no rows, date == 01/01/2025 shows 1 row, and the displayed date is 01/01/2025 instead of 12/31/2024 (i.e, the displayed date & the user-input date are both in UTC)
Actual Result:
Filtering on date == 12/31/2024 shows no rows, date == 01/01/2025 shows 1 row, and the displayed date is 12/31/2024
OS and version
Platform/language + version
Environment:
For JavaScript (browser):
@finos/perspective version: 3.2.1 - I see there's 3.3.0 out now (maybe in the process of creating a release? perspective-esbuild-plugin doesn't have 3.3.0 yet)
Browser and version: Version 131.0.6778.265 (Official Build) (arm64)
OS: macOS 14.4.1 (23E224)
The text was updated successfully, but these errors were encountered:
Bug Report
Steps to Reproduce:
dates
- check out that branch. Or tell me to make a new repository.npm install && npm run start
date == 12/31/2024
anddate == 01/01/2025
, see that the left and right sides don't appear to match.Expected Result:
I expected either:
date == 12/31/2024
shows one row,date == 01/01/2025
shows 0 rows, displayed date is12/31/2024
(i.e., the displayed date & the user-input date are both in local time)date == 12/31/2024
shows no rows,date == 01/01/2025
shows 1 row, and the displayed date is01/01/2025
instead of12/31/2024
(i.e, the displayed date & the user-input date are both in UTC)Actual Result:
Filtering on
date == 12/31/2024
shows no rows,date == 01/01/2025
shows 1 row, and the displayed date is12/31/2024
Environment:
For JavaScript (browser):
@finos/perspective
version: 3.2.1 - I see there's 3.3.0 out now (maybe in the process of creating a release?perspective-esbuild-plugin
doesn't have 3.3.0 yet)The text was updated successfully, but these errors were encountered: