On Tue, 17 Jul 2012 07:37:08 -0400
Martin Gagnon <[email protected]> wrote:

[...]
> > I'd like to enable displaying timeline timestamps using local time
> > as there are no people in other time zones working with these
> > projects and hence seeing immediately understandable timestamps
> > would be a win.
[...]
> http://www.mail-archive.com/[email protected]/msg08349.html
> 
> You would want to set it to '2' instead of '1'.
> 
> If you don't have the sqlite3 command, you could probably use the
> internal fossil sql command. 
Thanks, this helped.

I did:

$ fossil sqlite3
sqlite> update config set value = 0 where name = 'timeline-utc';
sqlite> ^D

Would be convenient to have it exposed via something like
`fossil settings timeline-utc`.
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to