Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use utc timezone when using js calculate #460

Merged
merged 1 commit into from Mar 5, 2024

Conversation

longxiaofei
Copy link
Member

When using the same spec and the same data, the results calculated using js and calculated using python kernel are inconsistent.

The reason is that the front-end time zone and the back-end time zone are inconsistent.

This PR changes the time zone during front-end calculation to utc, which is consistent with the kernel time zone.

@longxiaofei longxiaofei merged commit d003009 into Kanaries:main Mar 5, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant