You are not logged in.
Actualmente el servidor Centos 7 que aloja GLPI tiene un horario sincronizado con mi ubicación. Pero GLPI me sale una hora mucho mas adelantada.
Edite el archivo php.ini y quedo de esta manera:
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
;date.timezone = 'America/Mexico_City'
; http://php.net/date.default-latitude
;date.default_latitude = 31.7667
; http://php.net/date.default-longitude
;date.default_longitude = 35.2333
; http://php.net/date.sunrise-zenith
;date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
;date.sunset_zenith = 90.583333
ya reinicie los servicios de php y hasta el servidor como tal y la hora de GLPI sigue estando errónea, me podrían ayudar por favor.
Gracias!!
Offline
Para que funcione debes de quitarle los comentarios. Te debería de quedar algo así. Siempre y cuando uses la latitud, longitud, puesta y salida del sol... O solo quita los comentarios al date.timezone
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone = 'America/Mexico_City'
; http://php.net/date.default-latitude
date.default_latitude = 31.7667
; http://php.net/date.default-longitude
date.default_longitude = 35.2333
; http://php.net/date.sunrise-zenith
date.sunrise_zenith = 90.583333
; http://php.net/date.sunset-zenith
date.sunset_zenith = 90.583333
Y volver a reniniciar....
Roberto Flores
Telegram: @rcfloresh
Grupo de GLPI Español (Telegram): https://t.me/glpisp // Discord: https://discord.gg/NXwp2UjC
Offline
muchas gracias, ya quite los comentarios y me dejo.
Offline