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

Timestamp sorting tz bug #103

Merged
merged 2 commits into from
Oct 12, 2021
Merged

Conversation

obsidianforensics
Copy link
Owner

@obsidianforensics obsidianforensics commented Oct 12, 2021

Add parsing of Epoch microseconds to to_datetime(); some (synced?) values use this timestamp format. When parsing some of these values as very large epoch second timestamps, it was too large for datetime to convert. A separate bug in the failback parsing caused a timezone-naive timestamp to be created, which led to the sorting issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant