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

Added STR_TO_MILLIS func to all order by ts queries #72

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

TJ202
Copy link
Collaborator

@TJ202 TJ202 commented Feb 10, 2025

The way we do ordering by timestamp as of now does not take care of the timezones so ordering or any comparison based on timestamp converted to milliseconds would be more accurate.
This PR adds that sqlpp function to the queries used.

@TJ202 TJ202 requested review from glennga and ThejasNU February 10, 2025 06:35
@TJ202 TJ202 self-assigned this Feb 10, 2025
@ThejasNU ThejasNU merged commit 0eb2462 into master Feb 10, 2025
5 checks passed
@ThejasNU ThejasNU deleted the tj202/update_ts_find branch February 10, 2025 06:49
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.

2 participants