Tema: Horario GMT
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/08/2009, 05:55
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: Horario GMT

Mira este link
http://www.forosdelweb.com/f18/probl...n-hora-722254/



Encontre estas cortas lineas.

Código PHP:
Ver original
  1. $clientGMT=intval( +6 );
  2. $serverGMT=intval( date('Z') );
  3. $fecha_gmt=date('Y-m-d H:i:s',time()+$clientGMT-$serverGMT);

Fuente:
http://blog.deliriumlabs.net/formato...a-gmt-con-php/

Última edición por gjx2; 07/08/2009 a las 06:07