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]