|
Posted by Rik on 09/28/44 11:49
Rik wrote:
> You could do several things. One like the solution you're trying to
> perform: date("Y-m-d H:i:s", time() + 54000);
And to keep it portable to other servers, with possible other timezones:
$your_timezone = 14400; //I suspect?
date("Y-m-d H:i:s", time() + ($your_timezone - date("Z"));
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|