Lucee 6.2 ParseDateTime error

Hey! I’m running into a bug attempting to run the attached snippet after upgrading to Lucee 6.2. I was just wondering if this was the intended behavior? I wasn’t able to find anything about it among the Lucee 6 breaking change tickets.

<cfset da = "March, 02 2025 17:39:23 -0600" />
<cfset ed = ParseDateTime(da) />
<cfdump var='#ed#' />

If possible remove the comma after “March”.