Code Monkey home page Code Monkey logo

Comments (4)

keguira avatar keguira commented on June 16, 2024

I don't understand this issue or maybe it's a misunderstanding of what is defined, where and "what for" (and maybe a label thing)

The timezone (or offset by default) defined in Setup > General > Default values corresponds to the time zone applied by default for all users unless you ovewrite it at user-level.
This configuration handles the timezone function (Europe/Lisbon for example).

In authentication, the offset (and not timezone compliant) corresponds to an offset applied in the use case of ldap sync . It's the time_offset value stored in glpi_config table and it seems to be a legacy thing. This is not used anywhere else.

There is no place in GLPI where you declare your server-side configurated timezones / offsets (OS, mysql/mariadb and php levels) as they can use a specific value or the OS one.
As for version 10.x and 11.x, all points in time (datetime) are still stored as TIMESTAMP (so relative to UTC with a range from 1970 to 2038).

from glpi.

litbea avatar litbea commented on June 16, 2024

I'm sorry, but there is no "server timezone" in my Setup > General > Default Values panel. I'm currently using version 10.0.14. That may explain my confusion, I now understand the auth offset is a different parameter.
2024-05-03 GLPI timezone missing

from glpi.

keguira avatar keguira commented on June 16, 2024

The problem is myself and my misspell : it's not a server timezone, just a display "timezone" in personnalisation. This is the one i'm talking about in the first paragraph.
Corrected.

from glpi.

trasher avatar trasher commented on June 16, 2024

Those are indeed two distinct settings. The one in auth file is specific to authentication and is present in very old GLPI versions.

from glpi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.