CUBRID Engine
latest
|
#include <timezone_lib_common.h>
Public Attributes | |
short | from_year |
short | to_year |
unsigned char | in_month |
TZ_DS_CHANGE_ON | change_on |
int | at_time |
TZ_TIME_TYPE | at_time_type |
int | save_time |
const char * | letter_abbrev |
Definition at line 148 of file timezone_lib_common.h.
int tz_ds_rule::at_time |
Definition at line 154 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), get_date_diff_from_ds_rule(), tz_datetime_utc_conv(), tz_fast_find_ds_rule(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().
TZ_TIME_TYPE tz_ds_rule::at_time_type |
Definition at line 155 of file timezone_lib_common.h.
Referenced by tz_datetime_utc_conv(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), and tzc_export_timezone_dot_c().
TZ_DS_CHANGE_ON tz_ds_rule::change_on |
Definition at line 153 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), tz_get_ds_change_julian_date_diff(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().
short tz_ds_rule::from_year |
Definition at line 150 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), get_date_diff_from_ds_rule(), get_year_to_apply_rule(), tz_datetime_utc_conv(), tz_fast_find_ds_rule(), tzc_check_ds_ruleset(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().
unsigned char tz_ds_rule::in_month |
Definition at line 152 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), tz_datetime_utc_conv(), tz_fast_find_ds_rule(), tz_get_ds_change_julian_date_diff(), tzc_check_ds_ruleset(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().
const char* tz_ds_rule::letter_abbrev |
Definition at line 157 of file timezone_lib_common.h.
Referenced by copy_ds_rule(), tz_check_ds_match_string(), tz_decode_tz_id(), tz_explain_tz_id(), tz_full_timezones_start_scan(), tz_zone_info_to_str(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), tzc_export_timezone_dot_c(), and tzc_free_tz_data().
int tz_ds_rule::save_time |
Definition at line 156 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), get_closest_ds_rule(), get_saving_time_from_offset_rule(), tz_check_ds_match_string(), tz_datetime_utc_conv(), tz_explain_tz_id(), tz_full_timezones_start_scan(), tz_zone_info_to_str(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().
short tz_ds_rule::to_year |
Definition at line 151 of file timezone_lib_common.h.
Referenced by comp_ds_rules(), get_date_diff_from_ds_rule(), tz_datetime_utc_conv(), tz_fast_find_ds_rule(), tzc_check_ds_ruleset(), tzc_compile_ds_rules(), tzc_compute_timezone_checksum(), tzc_dump_ds_ruleset(), and tzc_export_timezone_dot_c().