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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMkPkg.py32 from time import localtime namespace
204 DistPkg.Header.Date = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DIniToXml.py22 from time import localtime namespace
446 DistMap['Date'] = str(strftime("%Y-%m-%dT%H:%M:%S", localtime()))
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h94 #define _localtime32 localtime
129 static inline struct tm* localtime(const time_t *t) { return _localtime64(t); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h94 #define _localtime32 localtime
125 static inline struct tm* localtime(const time_t *t) { return _localtime64(t); } function
/vbox/src/VBox/Devices/EFI/Firmware/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
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h204 struct tm *localtime (const time_t *);
241 #define localtime(timer) NULL macro

Completed in 101 milliseconds