View | Details | Raw Unified
Collapse All | Expand All

(-) ssmtp-2.61.orig/arpadate.c (-1 / +1 lines)
 Lines 79-85    Link Here 
	time_t now;
	time_t now;
	/* RFC822 format string borrowed from GNU shellutils date.c */
	/* RFC822 format string borrowed from GNU shellutils date.c */
	const char *format = "%a, %_d %b %Y %H:%M:%S %z";
	const char *format = "%a, %e %b %Y %H:%M:%S %z";
	now = time(NULL);
	now = time(NULL);