Amenotep
Programmer
- Aug 7, 2013
- 6
What is wrong with this code ? I don't live in Berlin/Europe, I live in Recife-Pernambuco-Brazil !
<?php
$time=time();
$time_now=date('d/n/Y e H:i:s',$time);
$time_modified=date('d/n/Y e H:i:s', strtotime('-5 hours'));
echo 'The time now is '.$time_modified;
?>
<?php
$time=time();
$time_now=date('d/n/Y e H:i:s',$time);
$time_modified=date('d/n/Y e H:i:s', strtotime('-5 hours'));
echo 'The time now is '.$time_modified;
?>