date_default_timezone_set('Europe/Moscow'); $STARTTIME = date("mdy H:i:s"); echo $STARTTIME; die;
That kind of thing brings: 04-26-12 09:47:45
But at 8:47. Can you please tell me how to treat?
Debugging on my computer (Denver).
date_default_timezone_set('Europe/Moscow'); $STARTTIME = date("mdy H:i:s"); echo $STARTTIME; die;
That kind of thing brings: 04-26-12 09:47:45
But at 8:47. Can you please tell me how to treat?
Debugging on my computer (Denver).
In Denver, the old version of PHP, upgrade PHP version or install another build, for example, Winginx
Source: https://ru.stackoverflow.com/questions/104846/
All Articles