I just installed the guestbook module and while testing it, I discovered the timestamp entries all say july 11, 2008. I went to check in the admin log, and sure enough, these all show july dates too.
Any idea how to fix this?
I'm running cms 1.4.1 an php 5.2.6.
Thanks.
Natalie
The timestamp for all processes is wrong
-
- New Member
- Posts: 8
- Joined: Tue Nov 04, 2008 3:45 pm
Re: The timestamp for all processes is wrong
Is your server date set correctly?
To test, you can add a UDT to quickly check this
Best
Nils
To test, you can add a UDT to quickly check this
Code: Select all
echo date('d F Y');
Nils