In TCC (a CMD replacement for windows), I use the following where %_unixtime is 
a variable representing the current time.

echo insert into config (name,value,mtime) values 
("timeline-utc",0,%_unixtime); | fossil sql

From: fossil-users-boun...@lists.fossil-scm.org 
[mailto:fossil-users-boun...@lists.fossil-scm.org] On Behalf Of Stephan Beal
Sent: Tuesday, August 20, 2013 11:45
To: Fossil SCM user's discussion
Subject: Re: [fossil-users] getting fossil timeline to show time offsets

On Tue, Aug 20, 2013 at 6:25 PM, j. van den hoff 
<veedeeh...@googlemail.com<mailto:veedeeh...@googlemail.com>> wrote:
On Tue, 20 Aug 2013 17:59:11 +0200, Benedikt Ahrens 
<benedikt.ahr...@gmx.net<mailto:benedikt.ahr...@gmx.net>> wrote:
Hello,

the fossil timeline command shows UTC time rather than observing the
system setting (UTC+02:00, in my case).
Is there anything I can do to change this?

you can switch off UTC (so that it uses local time) in the web interface (admin 
-> timeline). don't know whether there is a command line way to do this.

in parallel i've been looking for one and haven't found it. i assume there 
isn't one.

TODO += add 'localtime' config setting (boolean)

IIRC the internal infrastructure is there, it just seems to be missing from the 
CLI settings comment (?).

--
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to