Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/10/2009, 06:05
Avatar de gjx2
gjx2
 
Fecha de Ingreso: agosto-2008
Ubicación: R.D
Mensajes: 1.153
Antigüedad: 15 años, 8 meses
Puntos: 139
Respuesta: convertir hora EEUU a española

Intenta con esto

Código PHP:
Ver original
  1. date_default_timezone_set("Europe/Madrid");
  2.     setlocale(LC_TIME, "spanish");
  3.     $Time = strftime("%Y-%m-%d").",".strftime("%H:%M:%S"); 
  4.     echo $Time;

Para mas info
http://php.net/manual/en/function.da...mezone-set.php