Copyright Digital Equipment Corp. All rights reserved.

__TIME__

 The __TIME__ macro evaluates to a string specifying the time that
 the compilation started.  The time has the following format:

      hh:mm:ss

 Example:

      printf("%s", __TIME__);

 The value of this macro remains constant throughout the translation
 unit.