Quote:
Originally Posted by drupy
I am using 3.6.4
The seconds works alright, but the hours is not correct, it is showing 8.00 GMT when it should be 15.00 GMT
Could you please help?
Thank you, I really need this mod.
|
That's a big difference o_0
Is the time on ur server correct ?
if not, ssh into it, and adjust the date and timezone.
You could try to edit your plugin
and make it:
Code:
$gmt = gmdate($format);
in there, but I doubt that will do any big changes.