Searched refs:rfc1123fmt (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c604 const char* rfc1123fmt = "%a, %d %b %Y %H:%M:%S GMT"; local
637 (void) strftime( nowbuf, sizeof(nowbuf), rfc1123fmt, gmtime( &now ) );
638 (void) strftime( modbuf, sizeof(modbuf), rfc1123fmt, gmtime( &mod ) );
683 expbuf, sizeof(expbuf), rfc1123fmt, gmtime( &expires ) );

Completed in 39 milliseconds