The timezone is GMT-0200, Mandrake Linux 9.1, glibc 2.3.1

[EMAIL PROTECTED] Documents]# ./bongo
dl=1
tz=-7200

Tz value is veeery strange to me !!!

        Best regards,

        Mircea Ciocan

P.S. Found a buglet ;), replace return 0 with return 0;

Davide Libenzi wrote:
> On Mon, 21 Jul 2003, Richard Mayhew wrote:
> 
> 
>>I could run it for the Unix Side, All my servers are having this problem.
>>(The time is synced with the world clocks.)
>>
>>Plz send me a copy of the c program..
> 
> 
> 
> #include <stdio.h>
> #include <time.h>
> 
> 
> int main(void) {
> 
>         tzset();
>         printf("dl=%d\n", daylight);
>         printf("tz=%ld\n", timezone);
>         return 0
> }
> 
> 
> 
> - Davide
> 
> -
> 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]
> 
> 


-
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