CUBRID Engine
latest
|
#include <timezone_lib_common.h>
Public Attributes | |
unsigned short | year |
unsigned char | month |
unsigned char | day |
unsigned char | corr_negative |
unsigned char | is_rolling |
Definition at line 180 of file timezone_lib_common.h.
unsigned char tz_leap_sec::corr_negative |
Definition at line 185 of file timezone_lib_common.h.
Referenced by tzc_add_leap_sec(), tzc_compute_timezone_checksum(), tzc_dump_leap_sec(), and tzc_export_timezone_dot_c().
unsigned char tz_leap_sec::day |
Definition at line 184 of file timezone_lib_common.h.
Referenced by tz_timestamp_decode_leap_sec_adj(), tz_timestamp_encode_leap_sec_adj(), tzc_add_leap_sec(), tzc_compute_timezone_checksum(), tzc_dump_leap_sec(), and tzc_export_timezone_dot_c().
unsigned char tz_leap_sec::is_rolling |
Definition at line 186 of file timezone_lib_common.h.
Referenced by tzc_add_leap_sec(), tzc_compute_timezone_checksum(), tzc_dump_leap_sec(), and tzc_export_timezone_dot_c().
unsigned char tz_leap_sec::month |
Definition at line 183 of file timezone_lib_common.h.
Referenced by tz_timestamp_decode_leap_sec_adj(), tz_timestamp_encode_leap_sec_adj(), tzc_add_leap_sec(), tzc_compute_timezone_checksum(), tzc_dump_leap_sec(), and tzc_export_timezone_dot_c().
unsigned short tz_leap_sec::year |
Definition at line 182 of file timezone_lib_common.h.
Referenced by tz_timestamp_encode_leap_sec_adj(), tzc_add_leap_sec(), tzc_compute_timezone_checksum(), tzc_dump_leap_sec(), and tzc_export_timezone_dot_c().