Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tzvars.c « time « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;