Topic by Michael Locurcio
We got an early report of a few PHP report scripts being out of compliance and need to be adjusted when we commit to our next upgrade. I want to try to fix them myself since we use these functions A LOT and will most likely keep introducing them over the next few months, we can't upgrade until next year due to our holiday season.
The functions that are raising the bigget concerns are:
date()
time()
Unless I missed it in the documentation (or didnt understand it) I don't see a replacement for these functions.