Date on pages
Permalink
My time is incorrect on everypage . where can one change it or remove time stamp on everypage
its set by the server
I don't think that you mean that the Concrete5 time is set "on the server." Or do you?
Do you perhaps mean that Concrete5 simply uses the server's time and there's no way to indicate to Concrete5 a preferred offset or time zone?
That would not be very good - the time for many server's is set to UTC. If your intended "web presence location" Time Zone isn't UTC, the the time displayed will be incorrect. For example, I just logged in to one of my C5 installation at 5:53pm local time on Dec 8. The Dashboard informs me I logged on at 1:53am December 9. Which is UTC. Which is incorrect.
If C5 is using a PHP time function to obtain the time, I believe there's a way to specify at least an offset. So in theory we should be able to find that code and modify it. (Which is a poor solution).
Do you perhaps mean that Concrete5 simply uses the server's time and there's no way to indicate to Concrete5 a preferred offset or time zone?
That would not be very good - the time for many server's is set to UTC. If your intended "web presence location" Time Zone isn't UTC, the the time displayed will be incorrect. For example, I just logged in to one of my C5 installation at 5:53pm local time on Dec 8. The Dashboard informs me I logged on at 1:53am December 9. Which is UTC. Which is incorrect.
If C5 is using a PHP time function to obtain the time, I believe there's a way to specify at least an offset. So in theory we should be able to find that code and modify it. (Which is a poor solution).
in your site.php define this constant:
APP_TIMEZONE_SERVER
not sure what the value would be try things like -5 and EST just stumbled upon it,
Night
APP_TIMEZONE_SERVER
not sure what the value would be try things like -5 and EST just stumbled upon it,
Night