no %F on solaris8
This commit is contained in:
parent
6f3c589296
commit
4e4ab388fb
@ -527,7 +527,8 @@ void RecollMain::showResultPage()
|
|||||||
time_t mtime = doc.dmtime.empty() ?
|
time_t mtime = doc.dmtime.empty() ?
|
||||||
atol(doc.fmtime.c_str()) : atol(doc.dmtime.c_str());
|
atol(doc.fmtime.c_str()) : atol(doc.dmtime.c_str());
|
||||||
struct tm *tm = localtime(&mtime);
|
struct tm *tm = localtime(&mtime);
|
||||||
strftime(datebuf, 99, "<i>Modified:</i> %F %T", tm);
|
strftime(datebuf, 99,
|
||||||
|
"<i>Modified:</i> %Y-%m-%d %H:%M:%S", tm);
|
||||||
}
|
}
|
||||||
string abst = stripMarkup(doc.abstract);
|
string abst = stripMarkup(doc.abstract);
|
||||||
LOGDEB1(("Abstract: {%s}\n", abst.c_str()));
|
LOGDEB1(("Abstract: {%s}\n", abst.c_str()));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user