Home | History | Annotate | Download | only in Modules

Lines Matching defs:strftime

128 _Py_IDENTIFIER(strftime);
1178 * strftime doesn't treat them as format codes.
1211 /* I sure don't want to reproduce the strftime code from the time module,
1270 PyErr_SetString(PyExc_ValueError, "strftime format "
2734 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
2914 {"strftime", (PyCFunction)date_strftime, METH_VARARGS | METH_KEYWORDS,
2915 PyDoc_STR("format -> strftime() style string.")},
2918 PyDoc_STR("Formats self with strftime.")},
3757 if (! PyArg_ParseTupleAndKeywords(args, kw, "U:strftime", keywords,
3761 /* Python's strftime does insane things with the year part of the
3996 {"strftime", (PyCFunction)time_strftime, METH_VARARGS | METH_KEYWORDS,
3997 PyDoc_STR("format -> strftime() style string.")},
4000 PyDoc_STR("Formats self with strftime.")},
5058 strftime(buf, sizeof(buf), "%Z", &local_time_tm);