> This is the old version. Pls rebuild the new one:
> 

okay - my fault - i only say `timetest.c.2' saved...

first:

bt6:/tmp # gcc -o timetest timetest.c -lpthread
bt6:/tmp # ./timetest
** From Main **
time     = Mon Nov  3 00:28:47 2003
timezone = -3600
isdst    = 0
tutc     = 1067815727
tloc     = 1067819327
tval     = 1067814000
rotstr   = 200311030000
** From Thread (No tzset) **
time     = Mon Nov  3 00:28:47 2003
timezone = -3600
isdst    = 0
tutc     = 1067815727
tloc     = 1067819327
tval     = 1067814000
rotstr   = 200311030000
** From Thread (tzset) **
time     = Mon Nov  3 00:28:47 2003
timezone = -3600
isdst    = 0
tutc     = 1067815727
tloc     = 1067819327
tval     = 1067814000
rotstr   = 200311030000

and 2nd:
daffy:/tmp # ./timetest
** From Main **
time     = Mon Nov  3 00:30:43 2003
timezone = -3600
isdst    = 0
tutc     = 1067815843
tloc     = 1067819443
tval     = 1067814000
rotstr   = 200311030000
** From Thread (No tzset) **
time     = Mon Nov  3 00:30:43 2003
timezone = -3600
isdst    = 0
tutc     = 1067815843
tloc     = 1067819443
tval     = 1067814000
rotstr   = 200311030000
** From Thread (tzset) **
time     = Mon Nov  3 00:30:43 2003
timezone = -3600
isdst    = 0
tutc     = 1067815843
tloc     = 1067819443
tval     = 1067814000
rotstr   = 200311030000



-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to