after             400 ext/date/lib/tm2unixtime.c 				timelib_time_offset *before, *after;
after             406 ext/date/lib/tm2unixtime.c 				after = timelib_get_time_zone_info(tz->sse - before->offset, tzi);
after             410 ext/date/lib/tm2unixtime.c 					((tz->sse - after->offset) >= (after->transistion_time + (before->offset - after->offset))) &&
after             411 ext/date/lib/tm2unixtime.c 					((tz->sse - after->offset) < after->transistion_time)
after             414 ext/date/lib/tm2unixtime.c 				if ((before->offset != after->offset) && !in_transistion) {
after             415 ext/date/lib/tm2unixtime.c 					tmp = -after->offset;
after             420 ext/date/lib/tm2unixtime.c 				timelib_time_offset_dtor(after);