Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jun 2009 21:45:18 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193958 - head/share/timedef
Message-ID:  <200906102145.n5ALjIn7027006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Wed Jun 10 21:45:18 2009
New Revision: 193958
URL: http://svn.freebsd.org/changeset/base/193958

Log:
  Invalid (long) date format in pl_PL.ISO8859-2.src
  
      Date format is %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET")
      but should be "%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").
  
  PR:		conf/119804
  Submitted by:	Bodek <bodek@blurp.org>
  MFC after:	1 week

Modified:
  head/share/timedef/pl_PL.ISO8859-2.src
  head/share/timedef/pl_PL.UTF-8.src

Modified: head/share/timedef/pl_PL.ISO8859-2.src
==============================================================================
--- head/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 10 21:31:57 2009	(r193957)
+++ head/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 10 21:45:18 2009	(r193958)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long month names (without case ending)
 #

Modified: head/share/timedef/pl_PL.UTF-8.src
==============================================================================
--- head/share/timedef/pl_PL.UTF-8.src	Wed Jun 10 21:31:57 2009	(r193957)
+++ head/share/timedef/pl_PL.UTF-8.src	Wed Jun 10 21:45:18 2009	(r193958)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long month names (without case ending)
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906102145.n5ALjIn7027006>