- Timestamp:
- Mar 15, 2019 11:34:41 AM (22 months ago)
- Branches:
- master
- Children:
- 2b00bfa
- Parents:
- 7511de68
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/time/BuildTime.java
r7511de68 r8962ea05 35 35 private static final long YEARS_25 = 25L*365*24*60*60*1000; 36 36 /** update this periodically */ 37 private static final String EARLIEST = "201 8-09-2812:00:00 UTC";37 private static final String EARLIEST = "2019-03-13 12:00:00 UTC"; 38 38 // fallback if parse fails ticket #1976 39 39 // date -d 201x-xx-xx +%s 40 private static final long EARLIEST_LONG = 15 38107200 * 1000L;40 private static final long EARLIEST_LONG = 1552449600 * 1000L; 41 41 42 42 static {
Note: See TracChangeset
for help on using the changeset viewer.