From owner-freebsd-current@FreeBSD.ORG Sat Jul 7 18:04:40 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4F23516A400 for ; Sat, 7 Jul 2007 18:04:40 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from smtp.qwerty.ru (smtp.qwerty.ru [87.240.2.134]) by mx1.freebsd.org (Postfix) with ESMTP id 069FA13C45A for ; Sat, 7 Jul 2007 18:04:40 +0000 (UTC) (envelope-from admin@lissyara.su) Received: from ussr.lissyara.int.otradno.ru (unknown [10.21.64.215]) by smtp.qwerty.ru (Spam Firewall) with ESMTP id 2222A19BE2FF for ; Sat, 7 Jul 2007 21:52:58 +0400 (MSD) Message-ID: <468FD2FA.1040102@lissyara.su> Date: Sat, 07 Jul 2007 21:52:58 +0400 From: Alex Keda User-Agent: Thunderbird 2.0.0.4 (X11/20070630) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: What is reason for fixed system data format? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jul 2007 18:04:40 -0000 I looks means for global change system date format (example -> 2007-07-07 21:48:58). But - it not exist. In code some applications I see fixed string for length date string (example - ./usr.sbin/syslogd/syslogd.c). ========= What reason for use fixed format, and is exists plans for change this?