Skip to content

Commit

Permalink
Update build time
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedeekay committed Jan 31, 2025
1 parent 3862bbd commit 6e501fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/java/src/net/i2p/time/BuildTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public class BuildTime {
private static final long _latestTime;
private static final long YEARS_25 = 25L*365*24*60*60*1000;
/** update this periodically */
private static final String EARLIEST = "2024-10-04 12:00:00 UTC";
private static final String EARLIEST = "2025-01-31 12:00:00 UTC";
// fallback if parse fails ticket #1976
// date -d 202x-xx-xx +%s
private static final long EARLIEST_LONG = 1728000000 * 1000L;
private static final long EARLIEST_LONG = 1738281600 * 1000L;

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

0 comments on commit 6e501fe

Please sign in to comment.