OpenBSD manual page server

Manual Page Search Parameters

WCSFTIME(3) Library Functions Manual WCSFTIME(3)

wcsftimeformat date and time to wide characters string

#include <wchar.h>

size_t
wcsftime(wchar_t *buf, size_t maxsize, const wchar_t *format, const struct tm *timeptr);

The () function is a wide char equivalent of strftime(3).

strftime(3)

March 29, 2022 OpenBSD-current