I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 04bf5157 authored by zzz's avatar zzz
Browse files

build time debug tweak

parent 790db373
Branches
Tags
No related merge requests found
......@@ -147,6 +147,7 @@ public class BuildTime {
}
public static void main(String[] args) {
System.out.println("Hard earliest: " + new Date(EARLIEST_LONG));
long date = getEarliestTime();
System.out.println("Earliest date: " + new Date(date));
date = getBuildTime();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment