diff --git a/jython-reproducible-now.patch b/jython-reproducible-now.patch index a4722c9..d785277 100644 --- a/jython-reproducible-now.patch +++ b/jython-reproducible-now.patch @@ -33,7 +33,7 @@ index ebd9871..cf2218d 100644 public static double time() { + if (System.getenv("SOURCE_DATE_EPOCH") != null) { -+ return Long.parseLong(System.getenv("SOURCE_DATE_EPOCH")).doubleValue(); ++ return Long.parseLong(System.getenv("SOURCE_DATE_EPOCH")); + } return System.currentTimeMillis()/1000.0; }