parseDateTime() regressions (confirmed)

I’ve done some testing of parseDateTime() with multiple Lucee versions and the most notable takeaways are:

Lucee 6 stable, 6 RC, and 7 beta all FAIL on strings from bash "$(date)" when the day is single digit.

6.2.2.90-RC and 7 both FAIL when comma is in string. PASS with 6 Stable so this may be a regression?

7 has regression with narrow no-break space (probably known issue re: fix just hasn’t been applied to 7 yet?)

1 Like

@kenricashe , I have tested with Lucee version 6.2.3.2-SNAPSHOT. When executing parseDateTime() with the following date values:

Mon Mar3 03:09:07 PDT 2025

Mon Mar 3 03:09:07 PDT 2025

9/20/22, 12:34 PM

…all of them fail to parse. This is a regression.

2 Likes

@kenricashe , I have created a new ticket for this: Jira

2 Likes
2 Likes