libidav/utils.c

changeset 186
05d11fbcaeb3
parent 185
cd42cccee550
child 189
0d04ccf6747b
equal deleted inserted replaced
185:cd42cccee550 186:05d11fbcaeb3
68 } 68 }
69 result[n] = '\0'; 69 result[n] = '\0';
70 return n; 70 return n;
71 } 71 }
72 72
73 static int parse_iso8601(char *iso8601str) { 73 static time_t parse_iso8601(char *iso8601str) {
74 74
75 // safety 75 // safety
76 if(!iso8601str) { 76 if(!iso8601str) {
77 return 0; 77 return 0;
78 } 78 }

mercurial