Ver Mensaje Individual
  #7 (permalink)  
Antiguo 11/08/2011, 10:27
Avatar de Heiroon
Heiroon
 
Fecha de Ingreso: junio-2010
Ubicación: Caracas, Venezuela - Por ahora...
Mensajes: 495
Antigüedad: 13 años, 11 meses
Puntos: 63
Exclamación Respuesta: Convertir a huso horario de mi pais.

pero a mi si me da 16:16

le estoy poniendo el offset directamente.. no podria haber error..

Código PHP:
Ver original
  1. $fecha = explode(" ",$actual["created_at"]);
  2.  
  3.                     $userTimezone = new DateTimeZone('America/Caracas');
  4.                     $gmtTimezone = new DateTimeZone('GMT');
  5.                     $myDateTime = new DateTime($fecha[1]."-".$fecha[2]."-".$fecha[3]." ".$fecha[4], $gmtTimezone);
  6.                     //$offset = $userTimezone->getOffset($myDateTime);
  7.                     $fecha_webistica = date('d-m-Y, h:i a', $myDateTime->format('U') + "-0430");

me arroja : 10-08-2011, 04:16 pm
__________________
Gmail : [email protected]
Twitter: @heiroon

I'm back!