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

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

Completed in 83 milliseconds