Home
last modified time | relevance | path

Searched refs:timegm (Results 1 - 25 of 39) sorted by relevance

12

/third_party/curl/tests/libtest/
H A Dtest613.pl58 utime time, timegm(0,0,12,1,0,100), "plainfile.txt";
67 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
/third_party/tzdata/
H A Dprivate.h645 # undef timegm macro
646 # define timegm tz_timegm macro
698 time_t timegm(struct tm *);
712 #if !HAVE_DECL_TIMEGM && !defined timegm
713 time_t timegm(struct tm *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dtime.h131 time_t timegm(struct tm *);
158 __REDIR(timegm, __timegm_time64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h130 time_t timegm(struct tm *);
157 __REDIR(timegm, __timegm_time64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h131 time_t timegm(struct tm *);
158 __REDIR(timegm, __timegm_time64);
/third_party/protobuf/benchmarks/util/
H A Dresult_uploader.py22 _INITIAL_TIME = calendar.timegm(time.gmtime())
32 utc_timestamp = str(calendar.timegm(time.gmtime()))
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h146 time_t timegm(struct tm *);
173 __REDIR(timegm, __timegm_time64);
/third_party/musl/include/
H A Dtime.h133 time_t timegm(struct tm *);
160 __REDIR(timegm, __timegm_time64);
/third_party/musl/src/time/
H A Dtimegm.c5 time_t timegm(struct tm *tm) in timegm() function
/third_party/musl/compat/time32/
H A Dtime32gm.c9 time_t t = timegm(tm); in __time32gm()
/third_party/musl/libc-test/src/functionalext/time/
H A Dtimegm.c47 timeThis = timegm(timeptr); in timegm_0100()
/third_party/skia/infra/bots/recipe_modules/gold_upload/
H A Dapi.py52 str(int(calendar.timegm(now.utctimetuple())))])
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c146 *t = timegm(&tm); in lws_http_date_parse_unix()
/third_party/musl/libc-test/src/common/
H A Dtest.h87 #define __timegm_time64 timegm
/third_party/skia/infra/bots/recipes/
H A Dupload_dm_results.py60 str(int(calendar.timegm(now.utctimetuple())))])
H A Dperf.py85 ts = int(calendar.timegm(now.utctimetuple()))
H A Dperf_skottietrace.py120 ts = int(calendar.timegm(now.utctimetuple()))
H A Dskpbench.py144 ts = int(calendar.timegm(now.utctimetuple()))
H A Dperf_skottiewasm_lottieweb.py197 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/curl/scripts/
H A Dmk-ca-bundle.pl579 timegm($timestamp[10] . $timestamp[11], # second
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp344 benchmark::DoNotOptimize(timegm(&tmTime)); in Bm_function_Timegm()
/third_party/python/Modules/
H A Dtimemodule.c517 timegm(struct tm *p) function
520 but it is likely that platforms that don't have timegm do not support
558 gmtoff = timegm(&buf) - when;
1719 return timegm(p) - t;
/third_party/python/Lib/email/
H A D_parseaddr.py197 t = calendar.timegm(data)
/third_party/python/Lib/
H A Dssl.py1494 from calendar import timegm namespace
1511 return timegm((tt[0], month_number) + tt[2:6])
/third_party/python/Lib/test/
H A Dtest_calendar.py784 self.assertEqual(secs, calendar.timegm(tuple))

Completed in 16 milliseconds

12