In recent weeks a NTP Time server that Lucee relies on to get accurate time has become unreliable. It has caused Lucee to think the current date is "1899-12-31" and this is causing systems to break. Reference: https://dev.lucee.org/t/now-returning-1899-12-31/14046
To solve this it is easy - you just need to untick the option that makes Lucee rely on this time server. The option is on by default, but has no negative consequences to turning it off. It will simply get time from the Windows Server's time management infrastructure.
What to do?
Step 1: Make sure your local Intranet server has correct time zone setting
Step 2: Login to Lucee server (https://[your Intranet URL]/lucee/admin/server.cfm)
Step 3: Click Regional on the left menu
Step 4: Uncheck "use time server" box and click update
Step 5: Login to Lucee web (https://[your Intranet URL]/lucee/admin/web.cfm)
Step 6 Repeat step 3 & step 4
Step 7: Restart the Intranet Server
Troubleshooting
Received Timeout error
If you received a timeout error like the screenshot below. Please remove the pool.ntp.org from the Time Server (NTP) field and click update. It will resolve the issue.