NetBurner 3.1
timezones.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 struct TimeZoneRecord
6 {
7  const char *Posix;
8  const char *Description;
9  const char *Name;
10  const char *Short_name;
11  int bUsCanada;
12 };
13 
14 extern const TimeZoneRecord *TZRecords;