datawave
datawave copied to clipboard
Fix erroneous LastUpdated timestamps appearing in data dictionary
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:
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: