Home
last modified time | relevance | path

Searched refs:gmtime (Results 51 - 75 of 123) sorted by relevance

12345

/test/xts/device_attest/services/core/utils/
H A Dattest_utils.c165 struct tm* timePacket = gmtime(&timet); in PrintCurrentTime()
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils.c168 struct tm* timePacket = gmtime(&timet); in PrintCurrentTime()
/third_party/curl/lib/
H A Dparsedate.c623 * 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 Dtoolutil.cpp92 tm *fields = gmtime(&now); in getCurrentYear()
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp92 tm *fields = gmtime(&now); in getCurrentYear()
/third_party/musl/Benchmark/musl/
H A Dlibc_time.cpp150 benchmark::DoNotOptimize(gmtime(&rawTime)); in Bm_function_Gmtime()
/third_party/python/Lib/email/
H A Dutils.py132 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 Dhandlers.py20 year, month, day, hh, mm, ss, wd, y, z = time.gmtime(timestamp)
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp202 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 Dzdump.c800 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 Dzdump.c806 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 Dtest_strptime.py210 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 Ddfx_reporter.cpp375 std::string astcStartTime = asctime(gmtime(&startTime)); in ReportCloudSyncThumbGenerationStatus()
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata-convert-json.c273 strftime(buf, sizeof(buf), "%FT%TZ", gmtime(&stctime)); in output_headers()
/kernel/linux/linux-6.6/tools/thermal/thermometer/
H A Dthermometer.c213 "-%Y-%m-%d_%H:%M:%S", gmtime(&now)); in options_init()
/kernel/linux/linux-6.6/tools/tracing/rtla/src/
H A Dutils.c82 tm_info = gmtime(&duration); in get_duration()
/test/xts/device_attest/services/core/attest/
H A Dattest_service.c87 struct tm* timePacket = gmtime(&timet); in IsFullLoad()
/third_party/mbedtls/programs/ssl/
H A Dssl_context_info.c278 struct tm *t = gmtime((time_t *) time); in print_time()
/third_party/musl/porting/liteos_m/user/hook/
H A Dlos_usr_libc.c366 struct tm *gmtime(const time_t *timer) in gmtime() function
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp204 * @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 Dos_internal.c85 tm2 = gmtime(&t2); in os_gmtime()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_internal.c91 tm2 = gmtime(&t2); in os_gmtime()
/third_party/python/Lib/logging/
H A Dhandlers.py286 t = time.gmtime(currentTime)
421 timeTuple = time.gmtime(t)
/kernel/liteos_m/kal/posix/src/
H A Dtime.c608 struct tm *gmtime(const time_t *timer) in gmtime() function
/third_party/lzma/C/Util/7z/
H A D7zMain.c334 ptm = gmtime(&utc); in TIME_GetBias()

Completed in 25 milliseconds

12345