March 11, 2011
3:05 p.m.
Status: New Owner: ---- New issue 3806 by sebastia...@gmail.com: Duration>>hours is broken http://code.google.com/p/pharo/issues/detail?id=3806 Steps to reproduce: 1. self assert: 2 days hours = 48 2. do 3. it it will fail It's a bug because of what is said in the comment. But please don't even think in fixing it by changing the comment. Even a toddler would expect to see 48 hours in a duration of two days. BTW: I've just saw this and I'm probably going to make a patch