Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/12/2012, 16:52
Avatar de truman_truman
truman_truman
 
Fecha de Ingreso: febrero-2010
Ubicación: /home/user
Mensajes: 1.341
Antigüedad: 14 años, 2 meses
Puntos: 177
Respuesta: Fecha y hora en PHP

probá con esto
http://php.net/manual/es/function.da...mezone-set.php

<?php

date_default_timezone_set("America/Argentina/Buenos_Aires");
echo "La hora en Argentina: " . date ("H:i",time()) . "<br />";

?>
__________________
la la la