Searched refs:mtime_buf (Results 1 – 1 of 1) sorted by relevance
838 char mtime_buf[] = "Thu, 18 Aug 2005 07:27:16 GMT"; in webdav_get_live_property() local874 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()