On Mon, May 02, 2005 at 09:28:59AM +0200, Jacob Sparre Andersen wrote: [...] > Since we don't know the principle behind this variation, I > will suggest that we use a conservative fix, until we find > an explanation of the use of the format.
Google give pointers to lists.gnu.org, but this site seems to be down for several days. Anyway there is another thread at http://sources.redhat.com/ml/bug-gnu-utils/2000-03/msg00218.html My understanding is that d_t_fmt is defined in the POSIX locale as "%a %b %e %H:%M:%S %Y". Other locales chose also compact format, which is why there was a need for a more readable date_fmt field. > This is the most conservative change to "%c", which makes > sense in Faroese: > > % LANG=fo_FO date +"%a. %d. %b. %Y %H:%M:%S %Z" > mán. 02. mai. 2005 09:25:48 CEST Looks very good to me, I committed this change into my tree. Thanks Denis