Home
last modified time | relevance | path

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

/third_party/musl/src/time/
H A Dtimegm.c5 time_t timegm(struct tm *tm) in timegm() function
/third_party/python/Lib/
H A Dcalendar.py653 def timegm(tuple): function
H A Dssl.py1494 from calendar import timegm namespace
/third_party/python/Lib/http/
H A Dcookiejar.py39 from calendar import timegm namespace
/third_party/python/Modules/
H A Dtimemodule.c517 timegm(struct tm *p) function
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c1951 timegm(struct tm *const tmp) in timegm() function
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c1949 timegm(struct tm *const tmp) in timegm() function
/third_party/tzdata/
H A Dprivate.h645 # undef timegm macro
646 # define timegm tz_timegm macro
H A Dlocaltime.c2318 timegm(struct tm *tmp) in timegm() function
/third_party/rust/crates/libc/src/
H A Dwasi.rs685 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1271 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1256 pub fn timegm(tm: *mut tm) -> time_t; in timegm() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3814 pub fn timegm(tm: *mut ::tm) -> time_t; in timegm() functions

Completed in 62 milliseconds