Retro68/gcc/newlib/libc/time/tzvars.c
2012-03-27 01:51:53 +02:00

11 lines
160 B
C

#include <time.h>
/* Global timezone variables. */
/* Default timezone to GMT */
char *_tzname[2] = {"GMT", "GMT"};
int _daylight = 0;
long _timezone = 0;