smart_str string = {0};
int i;
char buffer[33];
- timelib_time_offset *offset;
+ timelib_time_offset *offset = NULL;
timelib_sll isoweek, isoyear;
int rfc_colon = 0;
timelib_time *t;
timelib_tzinfo *tzi;
int retval = -1;
- timelib_time_offset *offset;
+ timelib_time_offset *offset = NULL;
timelib_sll isoweek, isoyear;
t = timelib_time_ctor();
{
long hou, min, sec, mon, day, yea, dst = -1;
timelib_time *now;
- timelib_tzinfo *tzi;
+ timelib_tzinfo *tzi = NULL;
long ts, adjust_seconds = 0;
int error;
size_t buf_len = 64, real_len;
timelib_time *ts;
timelib_tzinfo *tzi;
- timelib_time_offset *offset;
+ timelib_time_offset *offset = NULL;
timestamp = (long) time(NULL);