*** no comment ***
This commit is contained in:
parent
eb0525e315
commit
e6c5182004
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ void format_t::format(std::ostream& out_str, const details_t& details) const
|
||||||
std::strftime(abuf, 255, elem->chars.c_str(),
|
std::strftime(abuf, 255, elem->chars.c_str(),
|
||||||
std::localtime(&actual_date));
|
std::localtime(&actual_date));
|
||||||
|
|
||||||
if (effective_date) {
|
if (effective_date && effective_date != actual_date) {
|
||||||
char buf[512];
|
char buf[512];
|
||||||
char ebuf[256];
|
char ebuf[256];
|
||||||
std::strftime(ebuf, 255, elem->chars.c_str(),
|
std::strftime(ebuf, 255, elem->chars.c_str(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue