Searched refs:ctime_buf (Results 1 – 1 of 1) sorted by relevance
837 char ctime_buf[] = "2005-08-18T07:27:16Z"; in webdav_get_live_property() local868 strftime(ctime_buf, sizeof(ctime_buf), "%Y-%m-%dT%H:%M:%SZ", gmtime(&(sce->st.st_ctime))); in webdav_get_live_property()869 buffer_append_string(b, ctime_buf); in webdav_get_live_property()