On Sat, 1 Jul 2023 16:52:20 -0500, Charles Mills <[email protected]> wrote:
> ...
>The message is displaying as
>
>blah blah, Built Jul 1 2023 14:12:35, Source timestamp Mon Jan 1 0:00:01
>1990
>
>There is one i#include ahead of the char[] and it is also a UNIX file with a
>timestamp.
>
Does "Mon Jan 1 0:00:01 1990 mean anything to you?
What is the timestamp of the "one i#include"?
What happens with a minimal test such as:
char *t1 =__TIMESTAMP__;
#include <stdio.h>
int main( void ) {
printf( "%s\n", t1 );
return( 0 ); }
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN