Retro68/gcc/newlib/libc/time/tzvars.c
Wolfgang Thaller ec13cc9ce7 fix newlib
2018-12-29 09:59:36 +01: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;