Searched refs:creation_time (Results 1 – 4 of 4) sorted by relevance
39 FILETIME creation_time, exit_time, kernel_time, user_time; in qcrypto_pbkdf2_get_thread_cpu() local42 if (!GetThreadTimes(GetCurrentThread(), &creation_time, &exit_time, in qcrypto_pbkdf2_get_thread_cpu()
30 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")32 annotation.annotationDate = creation_time426 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")432 doc.creationInfo.created = creation_time536 package_doc.creationInfo.created = creation_time611 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")649 runtime_doc.creationInfo.created = creation_time810 creation_time = datetime.now(tz=timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ")817 doc.creationInfo.created = creation_time
125 uint32_t creation_time; /* BCD: HHMMSS00 */ member526 maina->creation_time = cpu_to_be32((to_bcd(tm.tm_hour) << 24) in spapr_init_maina()
228 ${creation_time}= Convert Date ${elog_entry[0]["Created"].split('.')[0]} epoch231 ${diff}= Subtract Date From Date ${modification_time} ${creation_time}