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

Check-In message timestamps are parsed with incorrect offset #202

Closed
ReagentX opened this issue Nov 20, 2023 · 0 comments · Fixed by #203
Closed

Check-In message timestamps are parsed with incorrect offset #202

ReagentX opened this issue Nov 20, 2023 · 0 comments · Fixed by #203
Assignees
Labels
bug Something isn't working crate: cli Related to the CLI crate exporter Related to exporter processes html Related to HTML Export txt Related to TXT Export

Comments

@ReagentX
Copy link
Owner

The offset for timestamps in the check-in query string is 0, not the same offset used by dates in the rest of the iMessage database.

let date_time = get_local_time(&date_stamp, &self.config.offset);

let date_time = get_local_time(&date_stamp, &self.config.offset);

@ReagentX ReagentX added bug Something isn't working crate: cli Related to the CLI crate exporter Related to exporter processes txt Related to TXT Export html Related to HTML Export labels Nov 20, 2023
@ReagentX ReagentX self-assigned this Nov 20, 2023
@ReagentX ReagentX moved this to In Progress in 1.8: Velvet Ash Nov 20, 2023
ReagentX added a commit that referenced this issue Nov 20, 2023
@ReagentX ReagentX linked a pull request Nov 20, 2023 that will close this issue
@github-project-automation github-project-automation bot moved this from In Progress to Done in 1.8: Velvet Ash Nov 20, 2023
@ReagentX ReagentX mentioned this issue Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working crate: cli Related to the CLI crate exporter Related to exporter processes html Related to HTML Export txt Related to TXT Export
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant