Issues
2 of 2
createTimeSpan is not numeric
Description
Environment
None
Details
Assignee
Michael OffnerMichael OffnerReporter
Alexander KwaschnyAlexander KwaschnyPriority
NewLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Alexander Kwaschny
Alexander KwaschnyPriority
Labels
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
Created 25 January 2022 at 15:57
Updated 18 July 2022 at 19:38
Activity
Show:
Pothys - MitrahSoft27 January 2022 at 12:07
I've checked this ticket and confirmed issue happened on the lucee latest version 5.3.9.58-SNAPSHOT. Yes, isNumeric() with createTimeSpan() result have incompatibility with ACF. createTimeSpan() returns date-time object (Java Double) in ACF, timespan in lucee.
This is either an intended incompatibility or has been flat-out overlooked since that never seemed to have worked, not even in Railo. I assume the precision difference is an expected incompatibility due to offering milliseconds as 5th argument in Lucee.