Lines Matching defs:now
327 time_t now;
336 now = (time_t)t->seconds;
337 flen = strftime(buf, len, "%d-%b-%Y %X", localtime_r(&now, &tm));
349 time_t now;
362 now = (time_t)t->seconds;
364 gmtime_r(&now, &tm));
391 time_t now;
400 now = (time_t)t->seconds;
401 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%S", localtime_r(&now, &tm));
407 time_t now;
416 now = (time_t)t->seconds;
417 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%S", localtime_r(&now, &tm));
427 time_t now;
436 now = (time_t)t->seconds;
437 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%S", localtime_r(&now, &tm));
447 time_t now;
456 now = (time_t)t->seconds;
457 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
463 time_t now;
472 now = (time_t)t->seconds;
473 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
484 time_t now;
493 now = (time_t)t->seconds;
494 flen = strftime(buf, len, "%Y-%m-%dT%H:%M:%SZ", gmtime_r(&now, &tm));
506 time_t now;
515 now = (time_t)t->seconds;
516 flen = strftime(buf, len, "%Y%m%d%H%M%S", gmtime_r(&now, &tm));