Searched defs:localtime (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
H A DMkPkg.py32 from time import localtime namespace
203 DistPkg.Header.Date = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py22 from time import localtime namespace
445 DistMap['Date'] = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A DTime.c13 Portions derived from the NIH time zone package file, localtime.c,
19 NetBSD: localtime.c,v 1.39 2006/03/22 14:01:30 christos Exp
656 return asctime(localtime(timer));
660 ** gmtsub is to gmtime as localsub is to localtime.
760 localtime(const time_t *timer) function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
H A DOpenSslSupport.h244 struct tm *localtime (const time_t *);
281 #define localtime(timer) NULL macro

Completed in 50 milliseconds