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

Fix erroneous LastUpdated timestamps appearing in data dictionary #2489

Merged
merged 9 commits into from
Nov 14, 2024

Conversation

foster33
Copy link
Collaborator

@foster33 foster33 commented Aug 1, 2024

Fixes dictionary-service #32

Before this change there were instances where timestamps within the LastUpdated column of the data dictionary would appear as large values with a "+" in front of them.

Example:
timeissuebeforefix

After doing some digging, these timestamps were supposed to be pre-1970 dates. Which indicated an issue with negative epoch times was occurring. This section of code I removed was responsible for the incorrect timestamp.

Example after change:
timeissueafterfix

@apmoriarty
Copy link
Collaborator

No unit test to validate the fix?

@foster33
Copy link
Collaborator Author

foster33 commented Aug 1, 2024

No unit test to validate the fix?

Added a unit test in latest commit. Open to more feedback.

@foster33 foster33 merged commit 9556319 into integration Nov 14, 2024
5 checks passed
@foster33 foster33 deleted the bugfix/data-dictionary-last-updated branch November 14, 2024 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some lastUpdated entries have an unexpected "+" added to the date
4 participants