matteoraggi

Topic: date and time of posts

I noted using jobberbase from august on www.lavorohotel.net that for example also if is 3 am ne job posts again are posted as from the last day, I think this "mistake" com from the sync of jobberbase with server click and not using my time, I purpose to find a solution to make jobberbase to use time of the website, for example I'm in italy and we are in +1 greenwich

Tokyoj

Re: date and time of posts

Thanks matteoraggi...I don't think that issue has been addressed before.

---------------
Tokyoj
"You can't build a reputation on what you're going to do." (Henry Ford)
"Insanity is doing the same thing over and over, expecting different results." (Albert Einstein)

parttime

Re: date and time of posts

Go to:

http://www.php.net/manual/en/timezones.php

Find timezone your website should be in and replace the current setting located in config.php on line 14.
eg.
date_default_timezone_set('Europe/Rome');