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

add dynamic scaling of time representations #690

Merged
merged 2 commits into from
Oct 30, 2024
Merged

Conversation

Malutthias
Copy link
Collaborator

@Malutthias Malutthias commented Oct 29, 2024

The solution adjusts the timestamp to the actual length so that the timestamp is processed correctly regardless of its precision (milliseconds, microseconds, nanoseconds). It dynamically takes into account how many additional digits are present and scales accordingly to obtain a correct time representation in seconds.Tests are also added. fixed issue 687

@Malutthias Malutthias changed the title fixed issue 687 add dynamic scaling of time representations Oct 30, 2024
@Malutthias Malutthias requested a review from ppcad October 30, 2024 11:21
@ppcad ppcad merged commit 8806109 into main Oct 30, 2024
13 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.

TimeParser gives wrong results for UNIX timestamps with micro- and nanoseconds
2 participants