I don't want to use this for timezone reasons.
I want the script to think today's date is for example 25 March 2006.
I was hoping to set the global date to this fake date and have all the date() functions do their calculations based on that.
out of desperation, I even tried putenv("mktime...");
A