Home
last modified time | relevance | path

Searched refs:st_local (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/ucrt/filesystem/
H A Dfindfile.cpp54 SYSTEMTIME st_local; in convert_file_time_to_time_t() local
55 if (!SystemTimeToTzSpecificLocalTime(nullptr, &st_utc, &st_local)) in convert_file_time_to_time_t()
58 return convert_system_time_to_time_t<CrtTime>(st_local); in convert_file_time_to_time_t()