CUBRID Engine  latest
tz_raw_offset_rule Struct Reference
Collaboration diagram for tz_raw_offset_rule:
Collaboration graph

Public Attributes

int gmt_off
 
unsigned short until_year
 
unsigned char until_mon
 
unsigned char until_day
 
unsigned char until_hour
 
unsigned char until_min
 
unsigned char until_sec
 
char ds_ruleset_name [TZ_DS_RULESET_NAME_SIZE]
 
char format [TZ_MAX_FORMAT_SIZE]
 
TZ_TIME_TYPE until_time_type
 
TZ_UNTIL_FLAG until_flag
 

Detailed Description

Definition at line 143 of file tz_compile.c.

Member Data Documentation

char tz_raw_offset_rule::ds_ruleset_name[TZ_DS_RULESET_NAME_SIZE]
char tz_raw_offset_rule::format[TZ_MAX_FORMAT_SIZE]

Definition at line 153 of file tz_compile.c.

Referenced by tzc_add_offset_rule(), tzc_compile_data(), and tzc_summary().

int tz_raw_offset_rule::gmt_off

Definition at line 145 of file tz_compile.c.

Referenced by tzc_add_offset_rule(), and tzc_compile_data().

unsigned char tz_raw_offset_rule::until_day
TZ_UNTIL_FLAG tz_raw_offset_rule::until_flag
unsigned char tz_raw_offset_rule::until_hour
unsigned char tz_raw_offset_rule::until_min
unsigned char tz_raw_offset_rule::until_mon
unsigned char tz_raw_offset_rule::until_sec
TZ_TIME_TYPE tz_raw_offset_rule::until_time_type

Definition at line 154 of file tz_compile.c.

Referenced by str_to_offset_rule_until(), and tzc_compile_data().

unsigned short tz_raw_offset_rule::until_year

The documentation for this struct was generated from the following file: