Go to the source code of this file.
Defines | |
#define | n_localtime(m_time, tmpTime) |
Definition in file nlocaltime.h.
#define n_localtime | ( | m_time, | |||
tmpTime | ) |
Value:
{ \ if (!localtime_r(&tmpTime, const_cast<tm *>(&m_time))) { \ NString msg; \ NWarning::print() << \ msg.arg("Unable to obtain current date/time: %s", nerror(errno));\ } \ }
Definition at line 55 of file nlocaltime.h.