mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-12-06 16:42:43 +00:00
kre-suggested changes
SCCS-file: tzfile.h SCCS-SID: 1.10
This commit is contained in:
committed by
Paul Eggert
parent
6a20997c38
commit
5ff68e8df2
12
tzfile.h
12
tzfile.h
@ -25,12 +25,14 @@
|
||||
#endif
|
||||
|
||||
struct tzinfo {
|
||||
int tz_timecnt; /* Number of entries used */
|
||||
long tz_times[TZ_MAX_TIMES]; /* Saving Time transition times */
|
||||
char tz_types[TZ_MAX_TIMES]; /* Saving Time types for the above */
|
||||
int tz_timecnt; /* Number of entries used */
|
||||
long tz_times[TZ_MAX_TIMES];
|
||||
/* Saving Time transition times */
|
||||
unsigned char tz_types[TZ_MAX_TIMES];
|
||||
/* Saving Time types for the above */
|
||||
struct dsinfo {
|
||||
long ds_gmtoff; /* Offset from GMT in seconds */
|
||||
long ds_gmtoff; /* Offset from GMT in seconds */
|
||||
char ds_abbr[TZ_ABBR_LEN+1]; /* Time Zone abbreviation */
|
||||
char ds_isdst; /* Used to fill tm_isdst */
|
||||
char ds_isdst; /* Used to fill tm_isdst */
|
||||
} tz_dsinfo[TZ_MAX_TYPES];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user