Cannot convert to java.lang.IntegerIssue a custom script that throws the following error in the logs: org.mozilla.javascript.WrappedException: Wrapped org.mozilla.javascript.EvaluatorException: Cannot convert 6275679840 to java.lang.Integer STEP TO REPRODUCE: Open /sys.scripts.doinput the following script and submit var calculator = new DurationCalculator(); var due = calculator.calcRelativeDueDate("05/26/2020", "2147483648", "16:00:00"); Causejava integer limit is: 2,147,483,647Anything above this number will throw the errorResolutionrefactor custom codein the above script, the second argument to method calcRelativeDueDate is expecting the number of days2147483648 days equals 58835.168438356 centuries