Skip to content
Snippets Groups Projects
Commit 180ba45f authored by U-BASIS\dsmyda's avatar U-BASIS\dsmyda
Browse files

Updated displayString() logic to always return a value for type DATETIME

parent e14dac65
No related branches found
No related tags found
No related merge requests found
......@@ -555,11 +555,10 @@ public String getDisplayString() {
}
} catch (TskException ex) {
LOGGER.log(Level.WARNING, "Could not get timezone for image", ex); //NON-NLS
// return time string in default timezone
return TimeUtilities.epochToTime(getValueLong());
}
// return time string in default timezone
return TimeUtilities.epochToTime(getValueLong());
}
break;
case JSON: {
return getValueString();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment