This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new d962b3c92 DateUtils.parseDateWithLeniency() doesn't reset its time
zone #1660
d962b3c92 is described below
commit d962b3c924f132b83d6db99ca126ac75a1469d90
Author: Gary Gregory <[email protected]>
AuthorDate: Mon May 18 12:38:53 2026 -0400
DateUtils.parseDateWithLeniency() doesn't reset its time zone #1660
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f7f147059..8bf0ddafa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -160,6 +160,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">LocaleUtils.parseLocale(String) operator precedence
bug allows invalid language with numeric country (#1658).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">DurationUtils.toMillisInt() throws
ArithmeticException on long overflows before clamping (#1657).</action>
<action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">FastDatePrinter WeekYear rule calls
Calendar.getWeekYear() may throw UnsupportedOperationException (#1659).</action>
+ <action type="fix" dev="ggregory" due-to="Omkhar
Arasaratnam, Gary Gregory">DateUtils.parseDateWithLeniency() doesn't reset its
time zone (#1660).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add JavaVersion.JAVA_27.</action>
<action type="add" dev="ggregory" due-to="Gary
Gregory">Add SystemUtils.IS_JAVA_27.</action>