mu_strftime

From Mailutils
Revision as of 11:36, 11 July 2015 by Gray (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
#include <mailutils/datetime.h>

size_t mu_strftime (char *buf, size_t size, const char *format, struct tm *tm);

The mu_strftime function formats the broken-down time tm according to the format specification format and places the result in the character array buf of size size. It is equivalent to strftime(3), except that it always operates in POSIX locale.

See also

mu_c_streamftime