TIMELIB_DEBUG      54 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf("days=%lld, rem=%lld\n", days, remainder););
TIMELIB_DEBUG      87 ext/date/lib/unixtime2tm.c 				TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG      91 ext/date/lib/unixtime2tm.c 				TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG     101 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf("tmp_days=%lld, year=%lld\n", tmp_days, cur_year););
TIMELIB_DEBUG     109 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("month=%lld (%d)\n", i, months[i]););
TIMELIB_DEBUG     115 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     121 ext/date/lib/unixtime2tm.c 	TIMELIB_DEBUG(printf(" hour=%lld, minute=%lld, second=%lld\n", hours, minutes, seconds););
TIMELIB_DEBUG     276 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("Converting from GMT time to local time\n"););
TIMELIB_DEBUG     280 ext/date/lib/unixtime2tm.c 			TIMELIB_DEBUG(printf("E: No timezone configured, can't switch to local time\n"););
TIMELIB_DEBUG     287 ext/date/lib/unixtime2tm.c 		TIMELIB_DEBUG(printf("Converting from local time to GMT time\n"););