Jan 1 1990 is POSIX epoch start in USS, so you are getting 0 for the time
value somehow.

On Sun, Jul 2, 2023 at 11:24 AM Paul Gilmartin <
0000042bfe9c879d-dmarc-requ...@listserv.ua.edu> wrote:

> On Sat, 1 Jul 2023 16:52:20 -0500, Charles Mills <charl...@mcn.org> 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to