Ticket UUID: | bf4f5725f6c90fc2a113e35acde27e25e6b290b2 | ||
Title: | Tickets: cannot display in local time | ||
Status: | Fixed | Type: | Code_Defect |
Severity: | Important | Priority: | |
Subsystem: | Resolution: | Fixed | |
Last Modified: | 2010-12-30 10:00:44 | ||
Version Found In: | 0018d724b3 | ||
Description & Comments: | |||
All the times in the ticket reports and comments are in UTC. Admin/Timeline/Use UTC settings has no effect. I try to convert the time to local in SQL with something like this (syntax suggested by sqlite docs) SELECT datetime(tkt_mtime, 'localtime') AS 'mtime' FROM ticket and get the following error error code 23: access to config.value is prohibited Database Error access to config.value is prohibited SELECT value FROM config WHERE name='timeline-utc' If you have recently updated your fossil executable, you might need to run "fossil all rebuild" to bring the repository schemas up to date Running 'fossil all rebuild' does not help. Is this a bug or am I missing the proper way to convert timestamps to local time? anonymous added on 2010-12-27 13:15:05: anonymous added on 2010-12-28 10:28:50: anonymous claiming to be Arnel added on 2010-12-28 18:20:16: anonymous claiming to be Alex added on 2010-12-29 06:20:03: anonymous claiming to be viric added on 2010-12-29 08:26:12: If you agree that this is the same issue as in [5c1490e26b], we can close this and keep the discussion there. anonymous claiming to be Alex added on 2010-12-29 10:44:03: anonymous claiming to be Alex added on 2010-12-30 10:00:44: |