Calculations by "date" are wrong
Bug #51106 reported by
Alard
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
coreutils |
New
|
Undecided
|
Unassigned | ||
coreutils (Debian) |
New
|
Unknown
|
|||
coreutils (Ubuntu) |
Triaged
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: coreutils
On Ubuntu 6.06 LTS, calculations by the program "date" are wrong:
$ date --version
date (GNU coreutils) 5.93
(...)
$ date -d '11:40'
Tue Jun 27 11:40:00 CEST 2006
$ date -d '11:40 + 8 minutes'
Tue Jun 27 13:33:00 CEST 2006
$ date -d '11:40 + 8 hours'
Tue Jun 27 14:32:00 CEST 2006
These calculations were correct in my previous Ubuntu installation.
Changed in coreutils (Debian): | |
status: | Unknown → New |
tags: | added: dapper gutsy trusty |
To post a comment you must log in.
Happens here too.