Home
last modified time | relevance | path

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

/ide/tools/previewer/util/
H A DTimeTool.cpp45 const int fixedTimeWidth2 = 2; in FormateTimeNow() local
51 now << FixedTime(utcTime.tm_mon + 1, fixedTimeWidth2); in FormateTimeNow()
53 now << FixedTime(utcTime.tm_mday, fixedTimeWidth2); in FormateTimeNow()
55 now << FixedTime(utcTime.tm_hour, fixedTimeWidth2) ; in FormateTimeNow()
57 now << FixedTime(utcTime.tm_min, fixedTimeWidth2); in FormateTimeNow()
59 now << FixedTime(utcTime.tm_sec, fixedTimeWidth2); in FormateTimeNow()

Completed in 1 milliseconds