/test/xts/device_attest/services/core/utils/ |
H A D | attest_utils.c | 165 struct tm* timePacket = gmtime(&timet); in PrintCurrentTime()
|
/test/xts/device_attest_lite/services/core/utils/ |
H A D | attest_utils.c | 168 struct tm* timePacket = gmtime(&timet); in PrintCurrentTime()
|
/third_party/curl/lib/ |
H A D | parsedate.c | 623 * Curl_gmtime() is a gmtime() replacement for portability. Do not use the 624 * gmtime_r() or gmtime() functions anywhere else but here. 636 tm = gmtime(&intime); in Curl_gmtime()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | toolutil.cpp | 92 tm *fields = gmtime(&now); in getCurrentYear()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | toolutil.cpp | 92 tm *fields = gmtime(&now); in getCurrentYear()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 150 benchmark::DoNotOptimize(gmtime(&rawTime)); in Bm_function_Gmtime()
|
/third_party/python/Lib/email/ |
H A D | utils.py | 132 gmtime() and localtime(), otherwise the current time is used. 364 delta = dt - datetime.datetime(*time.gmtime(seconds)[:6])
|
/third_party/python/Lib/wsgiref/ |
H A D | handlers.py | 20 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | base_utils_test.cpp | 202 localTime = gmtime(&nowTime); in HWTEST_F() 239 localTime = gmtime(&nowTime); in HWTEST_F() 285 localTime = gmtime(&nowTime); in HWTEST_F()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | zdump.c | 800 tmp = gmtime(&t); in show() 886 ** The packaged versions of localtime and gmtime never put out-of-range in dumptime() 1003 gmt = *gmtime(&t); in dumptimeICU()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | zdump.c | 806 tmp = gmtime(&t); in show() 892 ** The packaged versions of localtime and gmtime never put out-of-range in dumptime() 1009 gmt = *gmtime(&t); in dumptimeICU()
|
/third_party/python/Lib/test/ |
H A D | test_strptime.py | 210 self.time_tuple = time.gmtime() 379 # When gmtime() is used with %Z, entire result of strftime() is empty. 502 self.time_tuple = time.gmtime()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_reporter.cpp | 375 std::string astcStartTime = asctime(gmtime(&startTime)); in ReportCloudSyncThumbGenerationStatus()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | data-convert-json.c | 273 strftime(buf, sizeof(buf), "%FT%TZ", gmtime(&stctime)); in output_headers()
|
/kernel/linux/linux-6.6/tools/thermal/thermometer/ |
H A D | thermometer.c | 213 "-%Y-%m-%d_%H:%M:%S", gmtime(&now)); in options_init()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.c | 82 tm_info = gmtime(&duration); in get_duration()
|
/test/xts/device_attest/services/core/attest/ |
H A D | attest_service.c | 87 struct tm* timePacket = gmtime(&timet); in IsFullLoad()
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_context_info.c | 278 struct tm *t = gmtime((time_t *) time); in print_time()
|
/third_party/musl/porting/liteos_m/user/hook/ |
H A D | los_usr_libc.c | 366 struct tm *gmtime(const time_t *timer) in gmtime() function
|
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/ |
H A D | time_test.cpp | 204 * @tc.desc: Ensure that the gmtime function correctly converts the time value of 0 to a struct tm representation in 211 struct tm* time = gmtime(&tim); in HWTEST_F()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_internal.c | 85 tm2 = gmtime(&t2); in os_gmtime()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_internal.c | 91 tm2 = gmtime(&t2); in os_gmtime()
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 286 t = time.gmtime(currentTime) 421 timeTuple = time.gmtime(t)
|
/kernel/liteos_m/kal/posix/src/ |
H A D | time.c | 608 struct tm *gmtime(const time_t *timer) in gmtime() function
|
/third_party/lzma/C/Util/7z/ |
H A D | 7zMain.c | 334 ptm = gmtime(&utc);
in TIME_GetBias()
|