GP-3552: Fixed a timestamp encoding bug that caused PE symbol .exports

files to not get matched and applied in some circumstances
(Closes #5351)
This commit is contained in:
Ryan Kurtz
2023-06-16 09:08:56 -04:00
parent a6253b1f7f
commit dc7caf0e28
@@ -43,7 +43,7 @@ import util.CollectionUtils;
class LibrarySymbolTable {
private static final SimpleDateFormat TIMESTAMP_FORMAT =
new SimpleDateFormat("EEE MMM dd hh:mm:ss zzz yyyy");
new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy");
private static final int NONE = 0;
private static final int LIBRARY = 1;