Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_webdav.c837 char ctime_buf[] = "2005-08-18T07:27:16Z"; in webdav_get_live_property() local
868 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()