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
The current thread model uses auto_now_add for date, which means the thread start date doesn't match the first message date, mostly because auto_now_add uses local time whereas the message uses UTC. The thread start in the database gets corrected later, but the value in the index doesn't. This affects all messages archived since the last import earlier this year. Though the impact is small because thread relative order should still be the same. I have a patch but we may want to do a complete re-index to correct the index values.
Issue migrated from trac:1559 at 2022-03-03 02:49:41 +0000
The text was updated successfully, but these errors were encountered:
owner:[email protected]
resolution_fixed
type_defect
| by [email protected]The current thread model uses auto_now_add for date, which means the thread start date doesn't match the first message date, mostly because auto_now_add uses local time whereas the message uses UTC. The thread start in the database gets corrected later, but the value in the index doesn't. This affects all messages archived since the last import earlier this year. Though the impact is small because thread relative order should still be the same. I have a patch but we may want to do a complete re-index to correct the index values.
Issue migrated from trac:1559 at 2022-03-03 02:49:41 +0000
The text was updated successfully, but these errors were encountered: