John Levon wrote: > > + struct tm * chng_tm = localtime(&c.changetime); > > + char date[50]; > > + strftime(date, sizeof(date), > > + lyxrc.date_insert_format.c_str(), chng_tm); > > + return string(date); > > I can't help but feel that this should be in a support function > somewhere else?
support/lyxtime? Jürgen