Skip to content

NethVoice CTI: NethCTI UI container doesn’t update timezone after daylight saving change #7702

@mgarra

Description

@mgarra

Description:
After the switch from daylight saving time to standard time, the call timestamps shown in the Queue panel and Call history are displayed one hour ahead.

This happens because the NethCTI UI container (nethcti-ui) does not automatically update its timezone when the system time changes.
Querying the container returns the following values:
NUMERIC_TIMEZONE: '+0200',
TIMEZONE: 'Europe/Rome',

while it should be:
NUMERIC_TIMEZONE: '+0100',
TIMEZONE: 'Europe/Rome',

Workaround:
Manually restarting the container updates the timezone correctly:
systemctl --user restart nethcti-ui

Expected behavior:
The nethcti-ui container should automatically reflect the correct timezone after the daylight saving time change, without requiring a manual restart.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nethvoiceBug or features releted to the NethVoice projectnethvoice-ctiThe issue is related to NethLink (NethVoice Web client)verifiedAll test cases were verified successfully

    Type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions