Home
last modified time | relevance | path

Searched refs:mtime_buf (Results 1 – 1 of 1) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c838 char mtime_buf[] = "Thu, 18 Aug 2005 07:27:16 GMT"; in webdav_get_live_property() local
874 strftime(mtime_buf, sizeof(mtime_buf), "%a, %d %b %Y %H:%M:%S GMT", gmtime(&(sce->st.st_mtime))); in webdav_get_live_property()
875 buffer_append_string(b, mtime_buf); in webdav_get_live_property()