Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: About Freshness


Zambu
Member

@thomasw98

You have to set the time clock correctly in config.php. You need to set the time difference between Greenwich mean time and the time zone of the location of your server. One way to do this is to go to the following website:

http://www.timeanddate.com/worldclock/city.html?n=179

The above link will take you to a page on which they show the time difference between Greenwich mean time and New York time. On the webpage, it shows:

Standard time zone: UTC/GMT -5 hours

Daylight saving time: +1 hour

Current time zone offset: UTC/GMT -4 hours

Which means that normally there is a -5 hour difference but now because of daylight savings time in New York, there is a -4 hour difference.

So then, I go into config.php and enter -4 in the following section:

// Your timezone offset. Example: -7 for Pacific Daylight Time.

$bb->gmt_offset = -4;

Save the modified config.php file and upload it to your server.

OK, that is what you should do, but of course, check the actual time difference to the location of your server (mine is in New York, but yours probably is not).

Skip to toolbar