All work
- Date handling differences with 6.2LDEV-5278Resolved issue: LDEV-5278Pothys - MitrahSoft
- Can't delete Cookie in 6.2.0.284LDEV-5253Resolved issue: LDEV-5253Michael Offner
- Scheduled tasks continue running after deletionLDEV-5097Resolved issue: LDEV-5097Michael Offner
- utcnow() or now(‘utc’), and today() or today(‘utc’) functionsLDEV-3206Resolved issue: LDEV-3206
- All the Set-Cookie calls (with an expires) are synchronizedLDEV-4313Resolved issue: LDEV-4313Michael Offner
- Performance Issue with <cfcookie> Tag Using expires="3"LDEV-5126Resolved issue: LDEV-5126Zac Spitzer
- Date conversion doesn't work correctly for IST timezoneLDEV-764Resolved issue: LDEV-764Michael Offner
- review all member function return typesLDEV-3445
- Incompatibility issue with ACF - using isDate()LDEV-2955Resolved issue: LDEV-2955Michael Offner
- date parsing regressionLDEV-4616Resolved issue: LDEV-4616Michael Offner
- Diff member function for dateDiff incompatible with ACFLDEV-2044Resolved issue: LDEV-2044Pothys - MitrahSoft
- Make retry settings for email sending configurableLDEV-698Michael Offner
- (java.lang.VerifyError) Message Expecting a stackmap frame at branch target 4253LDEV-3809Resolved issue: LDEV-3809Michael Offner
- isDate() and parseDateTime() - strings evaluated as valid datesLDEV-1185Resolved issue: LDEV-1185Michael Offner
- dayofweek() parameter for first day of weekLDEV-229
- DateDiff with a datepart of "w" (Weekdays) gives the number of weeks between two dates instead of WeekdaysLDEV-884Resolved issue: LDEV-884Pothys - MitrahSoft
- Improve scalar functions in query of queryLDEV-40
Date handling differences with 6.2
Description
Environment
|Version |Lucee 6.1.1.118|
|Release date |Nov 11, 2024|
|Loader Version |6.0.3.1|
|Servlet Container |Apache Tomcat/9.0.89|
|Java |21.0.5 (Eclipse Adoptium) 64bit|
|OS |Windows Server 2022 (10.0) 64bit|
|Architecture |64bit |
Attachments
Details
Details
Assignee
Reporter
Priority
Labels
Fix versions
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Sprint
Affects versions
Activity
Zac Spitzer 10 April 2025 at 21:58
Pothys - MitrahSoft 14 March 2025 at 11:38
I have tested this ticket with Lucee version 6.2.1.67-SNAPSHOT using Java versions 11, 21, and 23. When I checked IsDate()
, it now works fine and no issues were encountered.
Michael Offner 7 March 2025 at 18:56
fixed this date as well, this was unrelated to the other fix, a pre filter that failed because of the hyphen in the timezone offset, that was not expected in the pre filter
Michael Offner 7 March 2025 at 18:28
this still fails"March, 04 2025 09:20:38 -0800"
Michael Offner 7 March 2025 at 18:13
i have enabled the test cases provided
IsDate( "Jan 4, 2018 12:00 AM" )
returns false.Any attempt to manipulate the date with dateadd(), dateTimeformat() etc throws an error.
Works fine in:
|Version |Lucee 6.1.1.118|
|Version Name |Gelert|
|Release date |Nov 11, 2024|
|Loader Version |6.0.3.1|
|Servlet Container |Apache Tomcat/9.0.89|
|Java |11.0.23 (Eclipse Adoptium) 64bit|
|OS |Windows Server 2022 (10.0) 64bit|
|Architecture |64bit |