All work

 
17 of 17

Date handling differences with 6.2

Fixed

Description

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 |

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

2

Details

Assignee

Reporter

Priority

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

Created 27 January 2025 at 15:35
Updated 10 April 2025 at 21:58
Resolved 14 March 2025 at 11:38

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