We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3862bbd commit 6e501feCopy full SHA for 6e501fe
core/java/src/net/i2p/time/BuildTime.java
@@ -34,10 +34,10 @@ public class BuildTime {
34
private static final long _latestTime;
35
private static final long YEARS_25 = 25L*365*24*60*60*1000;
36
/** update this periodically */
37
- private static final String EARLIEST = "2024-10-04 12:00:00 UTC";
+ private static final String EARLIEST = "2025-01-31 12:00:00 UTC";
38
// fallback if parse fails ticket #1976
39
// date -d 202x-xx-xx +%s
40
- private static final long EARLIEST_LONG = 1728000000 * 1000L;
+ private static final long EARLIEST_LONG = 1738281600 * 1000L;
41
42
static {
43
// this is the standard format of build.timestamp as set in the top-level build.xml
0 commit comments