aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/time/tzvars.c
blob: d1f17649b7112ea520032f2bfc109191febb5a2c (plain)
1
2
3
4
5
6
7
8
9
10
#include <time.h>

/* Global timezone variables.  */

/* Default timezone to GMT */
char *_tzname[2] = {"GMT", "GMT"};
int _daylight = 0;
long _timezone = 0;