I have finally started migrating from 5.4 to 6.2 and sure enough that Java change broke one of my Cypress tests. The Electron browser is used by default and turns out its JavaScript engine is strict about which characters are accepted when converting from string to Date type. My fix is to not use a mask when passing datetime values from Lucee to js. I’m a little disappointed I wasn’t the first to discover and report this breaking change. But mostly I’m stoked that my test suite caught it before any of my users did and that you were on the ball about this two years ago. Great job, @Zackster! Also great job to everyone who’s worked on this because I can already see how the migration won’t be nearly as time-consuming as I feared!