|
NAMEkhttp_epoch2datetime —
convert time to components
LIBRARYlibrary “libkcgi”SYNOPSIS#include <sys/types.h>
#include <stdarg.h>
#include <stdint.h>
#include <kcgi.h>
void
DESCRIPTIONFormat an epoch value (seconds since Jan 1, 1970, 00:00:00 UTC) into its broken-down time components. The components are filled in as follows:
If any of the pointers are For broken-down time values suitable for struct tm, see khttp_epoch2tms(3). SEE ALSOkhttp_datetime2epoch(3), khttp_epoch2str(3), khttp_epoch2tms(3)AUTHORSWritten by Kristaps Dzonsons <kristaps@bsd.lv>.
Visit the GSP FreeBSD Man Page Interface. |