Hello All -
Am working on some date code this morning and the wierdest thing is happening. When I run the following script (that I've done a million times before on other projects) the date shown is 06-30-10. The time is correct, but the date is 15 days into the future.
ini_set('date.timezone','Asia/Hong_Kong');
echo date('m-t-y / H:i', time());
It's always worked perfectly before.
Anyone have any idea what's causing this?
Neophyte