Hi all
I have the following query:
This query works like a charm, however, I have the following problem.PHP Code:$query1 = "INSERT INTO whoisonline VALUES (NULL,'$memberid', FROM_UNIXTIME('$lastlogin'), '$loggedfromip')";
The time inserted is local time on server which beloing to time zone 'America/Denver'
I would like the time inserted to be 'Europe/Athens' time zone. I try with:
without any success however. Any help will be deeply appreciated.PHP Code:date_default_timezone_set('Europe/Athens');
Regards, Zoreli



Reply With Quote





Bookmarks