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

Epoch to milli mapping is inaccurate if version can't be ascertained #9

Open
tcj opened this issue Apr 7, 2023 · 1 comment
Open

Comments

@tcj
Copy link
Contributor

tcj commented Apr 7, 2023

If the parser can't find a SHA in the SYS CSVs, it can't discern a version.

If it can't discern a version, it doesn't process SST lines.

Perhaps this could be adjusted:

                    #
                    # If SST file, map millis onto epochs
                    if Suffix == 'SST':
                        if compatibility_version < 3:
                            lines = process_sst_lines(lines, fqfn)
@tcj
Copy link
Contributor Author

tcj commented Apr 7, 2023

The net result is that sst.csv may contain dates in the year 2080, etc.

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

No branches or pull requests

1 participant