Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2008 14:59:49 GMT
From:      Bodek <bodek@blurp.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   standards/119804: Invalid (long)date format
Message-ID:  <200801191459.m0JExnJF073415@www.freebsd.org>
Resent-Message-ID: <200801191510.m0JFA1ps022369@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         119804
>Category:       standards
>Synopsis:       Invalid (long)date format
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-standards
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 19 15:10:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Bodek
>Release:        6.3-RELEASE
>Organization:
>Environment:
FreeBSD mr.localhost 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Fri Jan 18 21:22:57 CET 2008   root@mr.localhost:/usr/src/sys/i386/compile/r63  i386
>Description:
Date format %a %e %b %X %Y %Z (e.g "sob 19 sty 15:46:50 2008 CET") instead of 
"%a %e %b %Y %X %Z" (e.g. "sob 19 sty 2008 15:46:50 CET").
>How-To-Repeat:

>Fix:
Applying a patch.


Patch attached with submission follows:

--- share/timedef/pl_PL.ISO8859-2.src.orig	2004-09-21 01:56:43.000000000 +0200
+++ share/timedef/pl_PL.ISO8859-2.src	2008-01-19 15:14:03.000000000 +0100
@@ -72,7 +72,7 @@
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long months names (alternative)
 #
--- share/timedef/pl_PL.UTF-8.src.orig	2004-09-21 01:56:43.000000000 +0200
+++ share/timedef/pl_PL.UTF-8.src	2008-01-19 15:14:31.000000000 +0100
@@ -72,7 +72,7 @@
 #
 # date_fmt
 #
-%a %e %b %X %Y %Z
+%a %e %b %Y %X %Z
 #
 # Long months names (alternative)
 #


>Release-Note:
>Audit-Trail:
>Unformatted:



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