Your message dated Tue, 8 Jul 2025 00:27:21 +0200
with message-id <[email protected]>
and subject line Re: behavior unchanged
has caused the Debian Bug report #57027,
regarding coreutils: date: year 2038 is invalid date
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
57027: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=57027
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: shellutils
Version: 2.0-4
Severity: wishlist
[a program of mine is converting 2 digit dates to four digit dates by
prepending the first two chars of the current year to it. I ran it on an
old email]
~$ date --date "12/15/2037"
Tue Dec 15 00:00:00 GMT 2037
~$ date --date "12/15/2038"
date: invalid date 12/15/2038'
Ugh!
I think wishlist is fairly appropriate :-)
Adrian
email: [email protected], http://www.poboxes.com/adrian.bridgett
Windows NT - Unix in beta-testing. PGP key available on public key servers
Debian GNU/Linux -*- because I'm allergic to Prozac -*- www.debian.org
--- End Message ---
--- Begin Message ---
Source: coreutils
Source-Version: 9.7-3
On Sat, Dec 24, 2005 at 11:25:29PM +0100, Thomas Hood wrote:
> $ date --date "12/15/2038"
> date: invalid date `12/15/2038'
>
> jdthood@turmeric:/$ date -u -d "1970-01-01 UTC 2147490000 sec "
> date: invalid date `1970-01-01 UTC 2147490000 sec '
Both of these appear to work correctly in coreutils 9.7-3, at least
on amd64 and i386-on-amd64.
Chris
--- End Message ---