I used the date('H') php function..
however, its output is 9 instead of 17 (since its 5 pm here)
can you suggest a better function to get the correct system time?
thanks in advance
Moderator: General Moderators
Code: Select all
date_default_timezone_set('Europe/London');