On Wed, Apr 18, 2012 at 02:09:42PM -0700, Matt Welland wrote:
> On Wed, Apr 18, 2012 at 2:06 PM, James Turner <ja...@calminferno.net> wrote:
> 
> > On Wed, Apr 18, 2012 at 05:04:15PM -0400, Richard Hipp wrote:
> > > On Wed, Apr 18, 2012 at 4:56 PM, Matt Welland <estifo...@gmail.com>
> > wrote:
> > >
> > > > How can I set a project to use GMT for timeline times from the command
> > > > line? We have around 120 fossils and opening the ui to each by hand to
> > > > correct this setting will be a little tedious ....
> > > >
> > >
> > > sqlite3 repo.fossil "REPLACE INTO config(name,value)
> > > VALUES('timeline-utc','1')"
> > >
> >
> > I could be wrong here, but isn't UTC/GMT the default?
> >
> 
> Yes! Sorry, what I meant was "localtime".
> 

Well in that case I believe you will want to use 2 instead of 1 in the sqlite3
command Richard suggested above.

-- 
James Turner
ja...@calminferno.net
_______________________________________________
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