--- main/main.c.orig	2008-09-22 15:16:55.000000000 +0200
+++ main/main.c	2008-09-22 15:14:37.000000000 +0200
@@ -490,7 +490,7 @@
 			char *tmp;
 			int len;
 			time(&error_time);
-			strftime(error_time_str, sizeof(error_time_str), "%d-%b-%Y %H:%M:%S", php_localtime_r(&error_time, &tmbuf));
+			strftime(error_time_str, sizeof(error_time_str), "%d-%m-%Y %H:%M:%S", php_localtime_r(&error_time, &tmbuf));
 			len = spprintf(&tmp, 0, "[%s] %s%s", error_time_str, log_message, PHP_EOL);
 #ifdef PHP_WIN32
 			php_flock(fd, 2);

