Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2009 03:08:55 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r194324 - stable/7/share/timedef
Message-ID:  <200906170308.n5H38tBX060637@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: edwin
Date: Wed Jun 17 03:08:55 2009
New Revision: 194324
URL: http://svn.freebsd.org/changeset/base/194324

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>

Modified:
  stable/7/share/timedef/   (props changed)
  stable/7/share/timedef/pl_PL.ISO8859-2.src
  stable/7/share/timedef/pl_PL.UTF-8.src

Modified: stable/7/share/timedef/pl_PL.ISO8859-2.src
==============================================================================
--- stable/7/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 17 03:04:30 2009	(r194323)
+++ stable/7/share/timedef/pl_PL.ISO8859-2.src	Wed Jun 17 03:08:55 2009	(r194324)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long months names (alternative)
 #

Modified: stable/7/share/timedef/pl_PL.UTF-8.src
==============================================================================
--- stable/7/share/timedef/pl_PL.UTF-8.src	Wed Jun 17 03:04:30 2009	(r194323)
+++ stable/7/share/timedef/pl_PL.UTF-8.src	Wed Jun 17 03:08:55 2009	(r194324)
@@ -72,7 +72,7 @@ sobota
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long months names (alternative)
 #



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