HomeSort by relevance Sort by last modified time
    Searched defs:strftime (Results 1 - 4 of 4) sorted by null

  /external/clang/utils/CIndex/
completion_logger_server.py 4 from time import strftime namespace
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
  /external/skia/src/xml/
SkJS.cpp 75 size_t strftime(char *strDest, size_t maxsize, const char *format, function
  /bionic/libc/tzcode/
strftime.c 3 static char elsieid[] = "@(#)strftime.c 8.1";
32 static const char sccsid[] = "@(#)strftime.c 5.4 (Berkeley) 3/14/89";
134 strftime(s, maxsize, format, t) function
161 (void) fprintf(stderr, "NULL strftime format ");
162 else (void) fprintf(stderr, "strftime format \"%s\" ",
328 ** strftime version 3.0. That is, "%k" and
351 ** strftime version 3.0. That is, "%k" and
432 ** From Arnold Robbins' strftime version 3.0:
444 ** From Arnold Robbins' strftime version 3.0: "the week number of the
535 ** From Arnold Robbins' strftime version 3.0
    [all...]
  /development/scripts/app_engine_server/
memcache_zipserve.py 43 from time import localtime, strftime namespace
472 (langName, strftime("%a, %d %b %Y %H:%M:%S", localtime(expireDate))))

Completed in 77 milliseconds