TIMELIB_DEBUG      58 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder););
TIMELIB_DEBUG      91 ext/date/lib/unixtime2tm.c 				TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG      95 ext/date/lib/unixtime2tm.c 				TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG     105 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG     113 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("month=%lld (%d)\n", i, months[i]););
TIMELIB_DEBUG     119 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf("A: ts=%lld, year=%lld, month=%lld, day=%lld,", ts, cur_year, i + 1, tmp_days - months[i]););
TIMELIB_DEBUG     125 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds););
TIMELIB_DEBUG     280 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("Converting from GMT time to local time\n"););
TIMELIB_DEBUG     284 ext/date/lib/unixtime2tm.c 			TIMELIB_DEBUG(printf("E: No timezone configured, can't switch to local time\n"););
TIMELIB_DEBUG     291 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("Converting from local time to GMT time\n"););