You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I second this, or at least, make it more obvious that the value is not precise.
Right now, the output is the same for both of these:
λ> format (diff False) (24*3600)
"a day"
λ> format (diff False) (47*3600)
"a day"
Which is confusing. I'm not sure about whether it should be multi-unit (e.g. a day and 23 hours), or approximate (almost two days), but I think saying 47:59:59 is "a day" is factually wrong. Similar for "a year".
Any thoughts on what would best, or at least acceptable here?
I'd like to be able to increase the time precision, so we would see things like "36 hours", "90 minutes", etc.
The text was updated successfully, but these errors were encountered: