Your message dated Tue, 24 Apr 2007 07:50:44 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387637: this bug/#387637 - coreutils: touch has problems
with the year 1900
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: coreutils
Version: 5.2.1-2
Severity: minor
$ touch -m --date="1970-01-01 0:0" /tmp/kak
$ ls -l /tmp/kak
-rw-r--r-- 1 tpo tpo 0 1970-01-01 00:00 /tmp/kak
ok, this looks fine
$ touch -m --date="1800-01-01 0:0" /tmp/kak
touch: invalid date format `1800-01-01 0:0'
all right, fine with me, touch doesn't like dates that are too remote
$ touch -m --date="1900-01-01 0:0" /tmp/kak
$ ls -l /tmp/kak
-rw-r--r-- 1 tpo tpo 0 1901-12-13 21:45 /tmp/kak
oops, now what's this? touch accepts the time, but aparently it's too
remote anyway? Or what's happening here?
*t
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1)
Versions of packages coreutils depends on:
ii libacl1 2.2.23-1 Access control list shared library
ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries
-- no debconf information
--- End Message ---
--- Begin Message ---
On Mon, 23 Apr 2007, Justin Pryzby wrote:
#387637 - coreutils: touch has problems with the year 1900
http://bugs.debian.org/387637
I can't reproduce this bug; I suppose it has been fixed upstream.
$ touch -m --date="1900-01-01 0:0" /tmp/kak
touch: invalid date format `1900-01-01 0:0'
This is with coreutils-5.97-5.3
Can you confirm this behavior?
Confirmed and closing the bug. Thanks a lot Justin.
*t
--
--------------------------------------------------------
Tomas Pospisek
http://sourcepole.com - Linux & Open Source Solutions
--------------------------------------------------------
--- End Message ---