Skip to content

Commit 6e501fe

Browse files
committed
Update build time
1 parent 3862bbd commit 6e501fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/src/net/i2p/time/BuildTime.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ public class BuildTime {
3434
private static final long _latestTime;
3535
private static final long YEARS_25 = 25L*365*24*60*60*1000;
3636
/** update this periodically */
37-
private static final String EARLIEST = "2024-10-04 12:00:00 UTC";
37+
private static final String EARLIEST = "2025-01-31 12:00:00 UTC";
3838
// fallback if parse fails ticket #1976
3939
// date -d 202x-xx-xx +%s
40-
private static final long EARLIEST_LONG = 1728000000 * 1000L;
40+
private static final long EARLIEST_LONG = 1738281600 * 1000L;
4141

4242
static {
4343
// this is the standard format of build.timestamp as set in the top-level build.xml

0 commit comments

Comments
 (0)