![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
16/03/2013, 09:00
|
| | Fecha de Ingreso: febrero-2013
Mensajes: 21
Antigüedad: 12 años Puntos: 0 | |
Respuesta: Problema con hora en php Estuve revisando un codigo:
<?php
date_default_timezone_set('Chile/Continental');
$currentTime = date("g:i:s a");
echo "Hola, mundo! La hora actual es : $currentTime";
?>
Pero igual tira una hora de atraso |