740027
--- coreutils-5.92/src/date.c.langinfo	2005-09-16 09:06:57.000000000 +0100
740027
+++ coreutils-5.92/src/date.c	2005-10-24 18:09:16.000000000 +0100
740027
@@ -451,14 +451,7 @@
740027
       format = DATE_FMT_LANGINFO ();
740027
       if (! *format)
740027
         {
740027
-          /* Do not wrap the following literal format string with _(...).
740027
-             For example, suppose LC_ALL is unset, LC_TIME=POSIX,
740027
-             and LANG="ko_KR".  In that case, POSIX says that LC_TIME
740027
-             determines the format and contents of date and time strings
740027
-             written by date, which means "date" must generate output
740027
-             using the POSIX locale; but adding _() would cause "date"
740027
-             to use a Korean translation of the format.  */
740027
-          format = "%a %b %e %H:%M:%S %Z %Y";
740027
+          format = dcgettext(NULL, N_("%a %b %e %H:%M:%S %Z %Y"), LC_TIME);
740027
         }
740027
     }
740027