Home
last modified time | relevance | path

Searched refs:nowtime (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpaste_service_test.cpp190 tm *nowtime = localtime(&curtime); in GetTime() local
191 std::string targetTime = std::to_string(1900 + nowtime->tm_year) + "-" + std::to_string(1 + nowtime->tm_mon) + in GetTime()
192 "-" + std::to_string(nowtime->tm_mday) + " " + std::to_string(nowtime->tm_hour) + ":" + in GetTime()
193 std::to_string(nowtime->tm_min) + ":" + std::to_string(nowtime->tm_sec); in GetTime()

Completed in 4 milliseconds