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

/device/linaro/bootloader/edk2/StdLib/LibC/Time/
H A Dtimegm.c2 timegm implementation
79 This funciton is in Time.c, which has a different license than timegm.
86 This funciton is in Time.c, which has a different license than timegm.
102 time_t timegm( struct tm * tmp ) function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dcalendar.py15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
610 def timegm(tuple): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dcalendar.py15 "timegm", "month_name", "month_abbr", "day_name", "day_abbr"]
605 def timegm(tuple): function
H A Dcookielib.py38 from calendar import timegm namespace
76 return timegm(tt)

Completed in 79 milliseconds