Searched refs:strptime (Results 1 – 4 of 4) sorted by relevance
117 static char *strptime(const char *s, const char *format, struct tm *tm_time) in strptime() function180 char *parseRes = strptime(argv[1], format, tm_time); in cmd_set()
74 pdate = datetime.strptime(item_compat['date'], '%Y-%m-%dT%H:%M:%S.%f')
155 return datetime.strptime(arg_date_str, "%Y-%m-%d")
52 return datetime.strptime(arg_date_str, "%Y-%m-%d")