Done
Details
Details
Priority
Assignee
Pascal Cadotte
Pascal CadotteReporter
Clément Bourgeois
Clément BourgeoisApprovers
François Blackburn
Fix versions
Sprint
None
Zendesk Support
Zendesk Support
Created November 14, 2018 at 3:36 PM
Updated September 13, 2019 at 2:30 PM
Resolved September 11, 2019 at 2:32 PM
Given the Wazo engine is not configured in UTC timezone
When I list the CDR
Then I see the CDR date is not the correct date (timezone offset)
Expected: the CDR date is correct
Technical details:
In cel_odbc.conf, use:
usegmtime=yes
In xivo-manage-db:
Migrate CEL table eventtime field to date with timezone. PG should automatically add the server’s localtime timezone to records that are already present.