Am Freitag, 4. Januar 2013 um 19:36:38, schrieb Georg Baum 
<georg.b...@post.rwth-aachen.de>
> Jean-Marc Lasgouttes wrote:
> 
> > Isn't this a bug in LyX? I'd think LyX should use UTC or something like
> > that for the times we use. Then we could translate that to the user's
> > timezone for UI purposes.
> 
> Exactly. .lyx files should not depend on the time zone used for editing.
> 

They do not depend on time zone. Only exported tex is dependent.

It is the source .tex file with
the entry
        \lyxadded{Hans Wurst}{Sun Nov  6 10:39:39 2011}{Added text}

and converting this with tex2lyx yields to the difference.

To interpret the Change::changetime as ascii, we use ctime(),
but maybe it would be better using
        asctime(gmtime())
instead.

> Georg

        Kornel
        

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to