__TIME__

Preprocessor macro defined as a character string representation of the time of compilation.

Syntax
  __TIME__   
Remarks

The compiler defines this macro as a character string representation of the time of compilation. The format of this string is

  "hh:mm:ss"   

where hh is a 2-digit hour of the day, mm is a 2-digit minute of the hour, and ss is a 2-digit second of the minute.