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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to