You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After activating the time zone in database all of the application take it into account (users, general configuration, etc) except of the LDAP configuration.
In the following elements, the selector still indicates GMT offsets in place of timezone selection :
For information : I also raised a ticket on documentation to further the impacts of these configurations and how they interact with everything else as time handling can be hard to understand.
Relevant log output
No response
Page URL
No response
Steps To reproduce
create a new instance of GLPI
Activate timezones like asked in documentation
Create a new LDAP configuration
Your GLPI setup information
No response
Anything else?
I use a single instance of GLPI with multiple LDAP directories located around the world. Users have their own timezone, Active directories servers have their own time zone (north america, north africa, multiple countries in europe).
The text was updated successfully, but these errors were encountered:
As far as I see, these offsets are used to recompute the modifytimestamp field to a GMT date that is then stored in the date_sync field of the user, in order to be compared, on next synchronization, with the modifytimestamp recomputed the same way, to determine whether the user has been updated.
When timezones are enabled in GLPI, timestamps are converted from current user timezone to GMT when inserted in DB, so date_sync field value is should be converted to a timestamp in current user timezone instead of GMT. I do not know if it is more than a display bug here. A test should probably be added in our test suite to verify that all works as expected.
Code of Conduct
Is there an existing issue for this?
Version
10.0.5
Bug description
After activating the time zone in database all of the application take it into account (users, general configuration, etc) except of the LDAP configuration.
In the following elements, the selector still indicates GMT offsets in place of timezone selection :
For information : I also raised a ticket on documentation to further the impacts of these configurations and how they interact with everything else as time handling can be hard to understand.
Relevant log output
No response
Page URL
No response
Steps To reproduce
Your GLPI setup information
No response
Anything else?
I use a single instance of GLPI with multiple LDAP directories located around the world. Users have their own timezone, Active directories servers have their own time zone (north america, north africa, multiple countries in europe).
The text was updated successfully, but these errors were encountered: